Skip to content

Instantly share code, notes, and snippets.

@Rahiche
Created December 18, 2018 21:41
Show Gist options
  • Save Rahiche/3dbc7591d5cf03879fac7e04d30f171a to your computer and use it in GitHub Desktop.
Save Rahiche/3dbc7591d5cf03879fac7e04d30f171a to your computer and use it in GitHub Desktop.
Container(
height: kToolbarHeight,
child: Row(
children: <Widget>[
Flexible(
child: Padding(
padding: const EdgeInsets.all(8.0),
child: CustomPaint(
size: Size.fromHeight(kToolbarHeight),
painter: CirclePainter(100 - percent),
),
),
),
],
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment