menu
allsql
config/responsive.dart
Responsive
isMobile static method
isMobile
brightness_4
brightness_5
isMobile
static method
bool
isMobile
(
BuildContext
context
)
Implementation
static
bool
isMobile(BuildContext context) => MediaQuery.of(context).size.width <
850
;
allsql
responsive
Responsive
isMobile static method
Responsive class
Constructors
Responsive
Properties
desktop
hashCode
key
mobile
runtimeType
tablet
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==
Static methods
isDesktop
isMobile
isTablet