Skip to content

Commit

Permalink
Appbar added in about drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
Chetan-Goyal committed Jun 20, 2020
1 parent 4a83641 commit f97f14e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/about.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ class AboutPage extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: Text(
'QUIZ APP',
style: TextStyle(fontFamily: 'MetalMania'),
),
),
backgroundColor: Colors.purple[300],
body: SafeArea(
child: Column(
Expand Down

0 comments on commit f97f14e

Please sign in to comment.