Skip to content

Commit

Permalink
Fix example code
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimibe committed Jun 14, 2020
1 parent 8b51796 commit 4ae7bf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/example.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ class MyApp extends StatelessWidget {
useStickyGroupSeparators: true,
groupSeparatorBuilder: (String value) => Padding(
padding: const EdgeInsets.all(8.0),
child: Center(
child: Text(
child: Text(
value,
textAlign: TextAlign.center,
style: TextStyle(fontSize: 20, fontWeight: FontWeight.bold),
)),
),
),
itemBuilder: (c, element) {
return Card(
Expand Down

0 comments on commit 4ae7bf1

Please sign in to comment.