Sizes enum
Sizes is enum
each col represents the number of columns that your widget will occupy, with a maximum of 12 columns, represented by col12
Values
Properties
- gridSize → int
-
Available on Sizes, provided by the SizesExt extension
no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
boxWidth(
double width) → double - returns the screen size divided by the number of columns your widget will occupy
-
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