AppSpacing class

Semantic spacing tokens for ui_framework_kit.

Use these constants instead of raw literals so spacing stays consistent across the kit and downstream apps. Values are in logical pixels; multiply by .w, .h, or .r from flutter_screenutil when responsive scaling is needed.

SizedBox(height: AppSpacing.md.h)
EdgeInsets.all(AppSpacing.lg)

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

lg → const double
16 logical pixels — section padding.
md → const double
12 logical pixels — comfortable inner padding.
sm → const double
8 logical pixels — default tight padding.
xl → const double
24 logical pixels — large section padding.
xs → const double
4 logical pixels — small inline gaps.
xxl → const double
32 logical pixels — page-level breathing room.
xxs → const double
2 logical pixels — tight inline gaps.