consistent appbar height across all the app
parent
5ea4cd3bd8
commit
a6b5e58ab8
|
@ -46,7 +46,7 @@ class _NewNoteState extends State<NewNote> {
|
|||
return new WillPopScope(
|
||||
child: Scaffold(
|
||||
appBar: AppBar(
|
||||
toolbarHeight: 55,
|
||||
toolbarHeight: 50,
|
||||
title: InkWell(
|
||||
child: Text("$_title"),
|
||||
),
|
||||
|
|
|
@ -18,7 +18,7 @@ class _SettingsState extends State<Settings> {
|
|||
return WillPopScope(
|
||||
child: Scaffold(
|
||||
appBar: AppBar(
|
||||
toolbarHeight: 55,
|
||||
toolbarHeight: 50,
|
||||
title: InkWell(
|
||||
child: Text("Settings"),
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue