isSm property
bool
get
isSm
name convention to check if small screen
Implementation
bool get isSm => deviceSize == DeviceSize.sm;
name convention to check if small screen
bool get isSm => deviceSize == DeviceSize.sm;