SpacingBuilder class
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 Methods
-
cardSpacing(
{CardSpacingType type = CardSpacingType.standard}) → EdgeInsets - Create spacing for card layouts
-
formSpacing(
{FormSpacingType type = FormSpacingType.standard}) → EdgeInsets - Create spacing for form elements
-
gridSpacing(
{GridSpacingType type = GridSpacingType.standard}) → EdgeInsets - Create spacing for grid systems
-
responsive(
{double mobile = 16.0, double tablet = 24.0, double desktop = 32.0}) → EdgeInsets - Create responsive spacing that adapts to screen size
-
textSpacing(
{TextSpacingType type = TextSpacingType.paragraph}) → EdgeInsets - Create spacing for text elements with proper vertical rhythm