SpacerHelper class
Helper class for UI spacing utilities
Constructors
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
Static Properties
- horizontalLarge → Widget
-
Get standard horizontal spacing (24.0)
no setter
- horizontalMedium → Widget
-
Get standard horizontal spacing (16.0)
no setter
- horizontalSmall → Widget
-
Get standard horizontal spacing (8.0)
no setter
- verticalLarge → Widget
-
Get standard vertical spacing (24.0)
no setter
- verticalMedium → Widget
-
Get standard vertical spacing (16.0)
no setter
- verticalSmall → Widget
-
Get standard vertical spacing (8.0)
no setter
Static Methods
-
box(
{double? width, double? height}) → Widget - Get spacing in both directions
-
configOf(
CoreSpacerType type) → SpacerConfig -
horizontal(
double width) → Widget - Get horizontal spacing
-
vertical(
double height) → Widget - Get vertical spacing