isGl property
bool
get
isGl
name convention to check if grand large screen
Implementation
bool get isGl => deviceSize == DeviceSize.gl;
name convention to check if grand large screen
bool get isGl => deviceSize == DeviceSize.gl;