LayoutFlexUnits enum
An enum representing different flex units for layout components. An entire slide is made out of 8 flex units.
Values
- header → const LayoutFlexUnits
-
Represents the header component with 2 flex units.
const LayoutFlexUnits(2)
- body → const LayoutFlexUnits
-
Represents the body component with 5 flex units.
const LayoutFlexUnits(5)
-
Represents the footer component with 1 flex unit.
const LayoutFlexUnits(1)
Properties
- flexUnits → int
-
The number of flex units associated with the component.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
-
values
→ const List<
LayoutFlexUnits> - A constant List of the values in this enum, in order of their declaration.