Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
arefhosseini committed Nov 7, 2019
1 parent 6dfa19a commit 16b7644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ flutter packages get
body: Container(
color: Colors.lightBlue,
child: Center(
child: Loading(indicator: BallPulseIndicator(), size: 100.0),
child: Loading(indicator: BallPulseIndicator(), size: 100.0, color: Colors.pink,),
),
),
```
Expand Down
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class LoadingList extends StatelessWidget {
body: Container(
color: Colors.lightBlue,
child: Center(
child: Loading(indicator: BallPulseIndicator(), size: 100.0),
child: Loading(indicator: BallPulseIndicator(), size: 100.0, color: Colors.pink,),
),
),
// body: Container(
Expand Down

0 comments on commit 16b7644

Please sign in to comment.