isLg property

bool isLg

name convention to check if large screen

Implementation

bool get isLg => deviceSize == DeviceSize.lg;