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

Constructors

Sizes()
const

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

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<Sizes>
A constant List of the values in this enum, in order of their declaration.