TFieldSize class
Defines the column span of a field at different breakpoints.
Constructors
- TFieldSize({int? sm, int? md, int? lg})
-
Creates a responsive field size.
const
Properties
Methods
-
getSpan(
TBreakpoint bp) → int - Gets the span for a specific breakpoint, falling back to smaller sizes or 12 (full width).
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited