GridSpacing class
Class that contains static members that implement the 4-point grid system
for Flutter.
For more details take a look a this link.
s*
: Absolute double values than can be used forEdgeInsetsGeometry
and other spacing elements.gap*
: Using thegap
package, creates a widget that takes a fixed amount of space in the direction of its parent.
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
- gap4 → const Gap
- gap8 → const Gap
- gap12 → const Gap
- gap16 → const Gap
- gap20 → const Gap
- gap24 → const Gap
- gap28 → const Gap
- gap32 → const Gap
- gap36 → const Gap
- gap40 → const Gap
- gap44 → const Gap
- gap48 → const Gap
- gap52 → const Gap
- gap56 → const Gap
- gap60 → const Gap
- gap64 → const Gap
- gap68 → const Gap
- gap72 → const Gap
- gap76 → const Gap
- gap80 → const Gap
- gap84 → const Gap
- gap88 → const Gap
- gap92 → const Gap
- gap96 → const Gap
- s4 → const double
- s8 → const double
- s12 → const double
- s16 → const double
- s20 → const double
- s24 → const double
- s28 → const double
- s32 → const double
- s36 → const double
- s40 → const double
- s44 → const double
- s48 → const double
- s52 → const double
- s56 → const double
- s60 → const double
- s64 → const double
- s68 → const double
- s72 → const double
- s76 → const double
- s80 → const double
- s84 → const double
- s88 → const double
- s92 → const double
- s96 → const double