Skip to content

Commit

Permalink
Update the demo app.
Browse files Browse the repository at this point in the history
  • Loading branch information
xclud committed Jul 16, 2022
1 parent e0af991 commit a86a66c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/lib/pages/shapes_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ class ShapesPageState extends State<ShapesPage> {
value: _polylineOffset,
min: -32,
max: 32,
label: '$_polylineOffset px',
divisions: 64,
onChanged: (v) {
setState(() {
_polylineOffset = v;
Expand Down

0 comments on commit a86a66c

Please sign in to comment.