isDesktop property
bool
get
isDesktop
Whether the screen width is 1200 logical pixels or more.
Implementation
bool get isDesktop => screenWidth >= 1200;
Whether the screen width is 1200 logical pixels or more.
bool get isDesktop => screenWidth >= 1200;