WT 1.1.14 Tutorial, Sports, New goals
This commit is contained in:
@@ -59,9 +59,9 @@ class _LiquidLinearProgressIndicatorState extends State<LiquidLinearProgressIndi
|
||||
radius: widget.borderRadius!,
|
||||
),
|
||||
foregroundPainter: _LinearBorderPainter(
|
||||
color: widget.borderColor!,
|
||||
width: widget.borderWidth!,
|
||||
radius: widget.borderRadius!,
|
||||
color: widget.borderColor != null ? widget.borderColor! : Colors.transparent,
|
||||
width: widget.borderWidth != null ? widget.borderWidth! : 1,
|
||||
radius: widget.borderRadius != null ? widget.borderRadius! : 12,
|
||||
),
|
||||
child: Stack(
|
||||
children: <Widget>[
|
||||
|
||||
Reference in New Issue
Block a user