.
This commit is contained in:
parent
448be23f12
commit
9fc919d9c0
1 changed files with 1 additions and 1 deletions
|
|
@ -438,7 +438,7 @@ class _HomeTileGridState extends State<HomeTileGrid> {
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
final Size size = MediaQuery.sizeOf(context);
|
final Size size = MediaQuery.sizeOf(context);
|
||||||
final double width = size.width;
|
final double width = size.width;
|
||||||
//final double height = size.height;
|
final double height = size.height;
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
drawerEnableOpenDragGesture: true,
|
drawerEnableOpenDragGesture: true,
|
||||||
drawer: MIHAppDrawer(
|
drawer: MIHAppDrawer(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue