menu
allsql
config/responsive.dart
Responsive
isDesktop static method
isDesktop
brightness_4
brightness_5
isDesktop
static method
bool
isDesktop
(
BuildContext
context
)
Implementation
static
bool
isDesktop(BuildContext context) => MediaQuery.of(context).size.width >=
1100
;
allsql
responsive
Responsive
isDesktop 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