backup.
This commit is contained in:
@@ -8,11 +8,12 @@ class MobileNavigationDrawerHeader extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Container(
|
||||
height: 40.0,
|
||||
padding: EdgeInsets.only(top: 10.0),
|
||||
height: kToolbarHeight + 30.0,
|
||||
padding: EdgeInsets.only(top: 16.0, bottom: 16.0),
|
||||
color: Colors.green,
|
||||
alignment: Alignment.center,
|
||||
child: Column(
|
||||
mainAxisAlignment: MainAxisAlignment.end,
|
||||
children: [
|
||||
Text(
|
||||
S.of(context).navigation,
|
||||
|
||||
Reference in New Issue
Block a user