isDesktop property
bool
get
isDesktop
Implementation
bool get isDesktop => getWidth >= Breakpoints.lg && getWidth < Breakpoints.xl;
bool get isDesktop => getWidth >= Breakpoints.lg && getWidth < Breakpoints.xl;