Gap class

A utility class for standardized spacing (gaps) in the UI. Provides horizontal (w) and vertical (h) gaps using SizedBox.

Constructors

Gap()

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

bottomBarGap → const SizedBox
h4 → const SizedBox
h8 → const SizedBox
h12 → const SizedBox
h16 → const SizedBox
h20 → const SizedBox
h24 → const SizedBox
h32 → const SizedBox
h40 → const SizedBox
h48 → const SizedBox
h56 → const SizedBox
h64 → const SizedBox
w4 → const SizedBox
w8 → const SizedBox
w12 → const SizedBox
w16 → const SizedBox
w20 → const SizedBox
w24 → const SizedBox
w32 → const SizedBox
w40 → const SizedBox
w48 → const SizedBox
w64 → const SizedBox