SmartThumbnailIconSize enum
Values
- xxs → const SmartThumbnailIconSize
-
const SmartThumbnailIconSize(SmartSpace.s16, SmartSpace.s4) - xs → const SmartThumbnailIconSize
-
const SmartThumbnailIconSize(SmartSpace.s16, SmartSpace.s8) - s → const SmartThumbnailIconSize
-
const SmartThumbnailIconSize(SmartSpace.s16, SmartSpace.s12) - m → const SmartThumbnailIconSize
-
const SmartThumbnailIconSize(SmartSpace.s24, SmartSpace.s12) - l → const SmartThumbnailIconSize
-
const SmartThumbnailIconSize(SmartSpace.s24, SmartSpace.s16) - xl → const SmartThumbnailIconSize
-
const SmartThumbnailIconSize(SmartSpace.s24, SmartSpace.s20) - xxl → const SmartThumbnailIconSize
-
const SmartThumbnailIconSize(SmartSpace.s24, SmartSpace.s24) - xxxl → const SmartThumbnailIconSize
-
const SmartThumbnailIconSize(SmartSpace.s24, SmartSpace.s28)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- iconSize → SmartSpace
-
no setter
- 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 - padding → SmartSpace
-
final
- 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<
SmartThumbnailIconSize> - A constant List of the values in this enum, in order of their declaration.