mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 07:07:19 +00:00
push basic layouts and shared widgets
This commit is contained in:
@ -7,10 +7,10 @@ mixin HelperResponsiveLayout {
|
||||
|
||||
bool isMediumScreenSize(BuildContext context) {
|
||||
return MediaQuery.of(context).size.width >= 700 &&
|
||||
MediaQuery.of(context).size.width < 1200;
|
||||
MediaQuery.of(context).size.width < 1300;
|
||||
}
|
||||
|
||||
bool isLargeScreenSize(BuildContext context) {
|
||||
return MediaQuery.of(context).size.width >= 1200;
|
||||
return MediaQuery.of(context).size.width >= 1300;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user