Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nishantkr18 committed Apr 13, 2020
2 parents 15ca654 + ee2ebd6 commit 970586f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions lib/pages/about.dart
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,21 @@ class _AboutPageState extends State<AboutPage> {
);
},
),
bottomNavigationBar: BottomAppBar(
elevation: 0.0,
child: Container(
color: Colors.grey[300],
height: 50.0,
child: Center(
child: Text(
'Made with ❤️ by COPS',
style: TextStyle(
fontSize: 16.0,
),
),
),
),
),
);
}
}

0 comments on commit 970586f

Please sign in to comment.