1
This commit is contained in:
parent
fec55c2366
commit
6173c196a5
@ -25,9 +25,7 @@ class DrawerView extends StatelessWidget {
|
||||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: <Widget>[
|
||||
SizedBox(
|
||||
height: MediaQuery.of(context).padding.top + 15.w,
|
||||
),
|
||||
SizedBox(height: MediaQuery.of(context).padding.top + 15.w),
|
||||
Container(
|
||||
margin: EdgeInsets.only(left: 16.w),
|
||||
child: Text(
|
||||
@ -36,7 +34,8 @@ class DrawerView extends StatelessWidget {
|
||||
fontSize: 24.sp,
|
||||
fontWeight: FontWeight.w600,
|
||||
color: Colors.white),
|
||||
)),
|
||||
),
|
||||
),
|
||||
10.verticalSpace,
|
||||
Expanded(
|
||||
child: MasonryGridView.count(
|
||||
@ -94,7 +93,8 @@ class DrawerView extends StatelessWidget {
|
||||
),
|
||||
),
|
||||
],
|
||||
)),
|
||||
),
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user