StarLogoSize enum Null safety
Constant for possible LogoSize
Constructors
- StarLogoSize()
-
const
Values
- Normal → const StarLogoSize
-
const StarLogoSize(0)
- DoubleWidth → const StarLogoSize
-
const StarLogoSize(1)
- DoubleHeight → const StarLogoSize
-
const StarLogoSize(2)
- DoubleWidthDoubleHeight → const StarLogoSize
-
const StarLogoSize(3)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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<
StarLogoSize> -
A constant List of the values in this enum, in order of their declaration.
[Normal, DoubleWidth, DoubleHeight, DoubleWidthDoubleHeight]