isLg property
bool
get
isLg
name convention to check if large screen
Implementation
bool get isLg => deviceSize == DeviceSize.lg;
name convention to check if large screen
bool get isLg => deviceSize == DeviceSize.lg;