GigaSpacing class
Giga spacing class to define the giga Spacing Values
Constructors
- GigaSpacing({double xxxs = 2.0, double xxs = 8.0, double xs = 10.0, double s = 12.0, double m = 16.0, double l = 24.0, double xl = 30.0, double xxl = 40.0, double xxxl = 46.0, double xxxxl = 64.0})
-
const
- GigaSpacing.lg()
-
Large 1440+ screens
const
- GigaSpacing.md()
-
1240 - 1439
const
- GigaSpacing.sm1()
-
600 - 904
const
- GigaSpacing.sm2()
-
905 - 1239
const
- GigaSpacing.xl()
-
Large 1920+ screens
const
- GigaSpacing.xs()
-
0 - 599
const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- l → double
-
final
- m → double
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- s → double
-
final
- xl → double
-
final
- xs → double
-
final
- xxl → double
-
final
- xxs → double
-
final
- xxxl → double
-
final
- xxxs → double
-
final
- xxxxl → double
-
final
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.
override