WT 1.1.14 Tutorial, Sports, New goals

This commit is contained in:
bossanyit
2021-05-02 17:12:42 +02:00
parent 5fe8f76f48
commit c901b07bf8
65 changed files with 2472 additions and 620 deletions
@@ -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>[