hasBreakpoints property
bool
get
hasBreakpoints
Whether this style contains responsive breakpoint overrides.
Implementation
bool get hasBreakpoints =>
sm != null || md != null || lg != null || xl != null;