Skip to content

Commit

Permalink
Fixed the appbar in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Mar 25, 2021
1 parent 907f795 commit 143b7a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/lib/screen/home_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class HomeScreen extends StatelessWidget {
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
brightness: Brightness.dark,
title: const Text('locale gen'),
),
body: Center(
Expand Down

0 comments on commit 143b7a9

Please sign in to comment.