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

Inheritance
Available extensions

Values

col1 → const Sizes
col2 → const Sizes
col3 → const Sizes
col4 → const Sizes
col5 → const Sizes
col6 → const Sizes
col7 → const Sizes
col8 → const Sizes
col9 → const Sizes
col10 → const Sizes
col11 → const Sizes
col12 → const Sizes

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

Available on Sizes, provided by the SizesExt extension

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

Constants

values → const List<Sizes>
A constant List of the values in this enum, in order of their declaration.