FieldWidth class
Controls the field width behavior for MultiSelectField.
null(default): fills available width- FieldWidth.fitContent: shrinks to fit label/chips
- FieldWidth.fixed: uses a specific width in pixels
Constructors
- FieldWidth(double? value)
-
const
- FieldWidth.fixed(double width)
-
Field uses a fixed width in pixels.
constfactory
Properties
Methods
-
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
Constants
- fitContent → const FieldWidth
- Field shrinks to fit its content.