WeinDSSizes class
A class containing pre-defined sizes for various UI elements.
Properties
- hashCode → int
-
The hash code for this object.
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
- sizeLG → const double
- The large size (LG) - 340 pixels.
- sizeMD → const double
- The medium size (MD) - 210 pixels.
- sizeSL → const double
- The small-large size (SL) - 130 pixels.
- sizeSM → const double
- The small size (SM) - 80 pixels.
- sizeXL → const double
- The extra large size (XL) - 550 pixels.
- sizeXS → const double
- The extra small size (XS) - 50 pixels.
- sizeXXL → const double
- The extra extra large size (XXL) - 890 pixels.
- sizeXXS → const double
- The extra extra small size (XXS) - 30 pixels.