isDesktopOrWider property
bool
get
isDesktopOrWider
True if the width is higher than 1200p
Implementation
bool get isDesktopOrWider => width >= 1200;
True if the width is higher than 1200p
bool get isDesktopOrWider => width >= 1200;