isMobileViewport property
bool
get
isMobileViewport
Implementation
bool get isMobileViewport =>
html.window.matchMedia('(max-width: 767.98px)').matches;
bool get isMobileViewport =>
html.window.matchMedia('(max-width: 767.98px)').matches;