isLarge property

bool get isLarge

Returns true if this size is large (lg or xl)

Implementation

bool get isLarge => this == ScreenSize.lg || this == ScreenSize.xl;