isMobile property
bool
get
isMobile
Implementation
bool get isMobile {
return !kIsWeb || screenWidth <= tabletBreakpoint;
}
bool get isMobile {
return !kIsWeb || screenWidth <= tabletBreakpoint;
}