FlexFit enum Null safety
How the child is inscribed into the available space.
See also:
Constructors
- FlexFit()
-
const
Values
- tight → const FlexFit
-
The child is forced to fill the available space.
The Expanded widget assigns this kind of FlexFit to its child.
FlexFit()
- loose → const FlexFit
-
The child can be at most as large as the available space (but is allowed to be smaller).
The Flexible widget assigns this kind of FlexFit to its child.
FlexFit()
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited