isLg property

bool get isLg

Returns true if the screen is large.

Implementation

bool get isLg => screenSize == ScreenSize.lg;