isMd property
bool
get
isMd
name convention to check if medium screen
Implementation
bool get isMd => deviceSize == DeviceSize.md;
name convention to check if medium screen
bool get isMd => deviceSize == DeviceSize.md;