isLarge property

bool get isLarge

Is large screen (lg, xl, xxl)

Implementation

bool get isLarge => breakpoint.index >= NiceBreakpoint.lg.index;