NiceBreakpointExtension extension
Properties
- minWidth → double
-
Available on NiceBreakpoint, provided by the NiceBreakpointExtension extension
Get minimum width for this breakpointno setter
Operators
-
operator <(
NiceBreakpoint other) → bool -
Available on NiceBreakpoint, provided by the NiceBreakpointExtension extension
Check if this breakpoint is smaller than the given breakpoint -
operator <=(
NiceBreakpoint other) → bool -
Available on NiceBreakpoint, provided by the NiceBreakpointExtension extension
Check if this breakpoint is at most the given breakpoint -
operator >(
NiceBreakpoint other) → bool -
Available on NiceBreakpoint, provided by the NiceBreakpointExtension extension
Check if this breakpoint is larger than the given breakpoint -
operator >=(
NiceBreakpoint other) → bool -
Available on NiceBreakpoint, provided by the NiceBreakpointExtension extension
Check if this breakpoint is at least the given breakpoint