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

hashCode int
The hash code for this object.
no setterinherited
lg int?
Span at small screens.
final
md int?
Span at small screens.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sm int?
Span at small screens.
final

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