File tree Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 1
1
# custom_navigation_drawer
2
2
3
- A new Flutter project .
3
+ A custom Navigation drawer using Flutter .
4
4
5
- ## Getting Started
6
-
7
- This project is a starting point for a Flutter application.
8
-
9
- A few resources to get you started if this is your first Flutter project:
10
-
11
- - [ Lab: Write your first Flutter app] ( https://flutter.io/docs/get-started/codelab )
12
- - [ Cookbook: Useful Flutter samples] ( https://flutter.io/docs/cookbook )
13
-
14
- For help getting started with Flutter, view our
15
- [ online documentation] ( https://flutter.io/docs ) , which offers tutorials,
16
- samples, guidance on mobile development, and a full API reference.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ class MyApp extends StatelessWidget {
7
7
@override
8
8
Widget build (BuildContext context) {
9
9
return MaterialApp (
10
- title: 'Flutter backdrop ' ,
10
+ title: 'Flutter Custom Navigation Drawer ' ,
11
11
theme: ThemeData (
12
12
primarySwatch: Colors .blue,
13
13
),
@@ -49,7 +49,7 @@ class _MyHomePageState extends State<MyHomePage>
49
49
Widget build (BuildContext context) {
50
50
return Scaffold (
51
51
appBar: AppBar (
52
- title: Text ("Backdrop " ),
52
+ title: Text ("Slide Drawer " ),
53
53
elevation: 0 ,
54
54
leading: IconButton (
55
55
onPressed: () {
You can’t perform that action at this time.
0 commit comments