VooSpacingTokens class
Constructors
- VooSpacingTokens.new({double xxs = 2, double xs = 4, double sm = 8, double md = 16, double lg = 24, double xl = 32, double xxl = 48, double xxxl = 64, double buttonPadding = 12, double cardPadding = 16, double listItemPadding = 12, double inputPadding = 12, double dialogPadding = 24, double gapSmall = 8, double gapMedium = 16, double gapLarge = 24})
-
const
Properties
-
final
- cardPadding → double
-
final
- dialogPadding → double
-
final
- gapLarge → double
-
final
- gapMedium → double
-
final
- gapSmall → double
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputPadding → double
-
final
- lg → double
-
final
- listItemPadding → double
-
final
- md → double
-
final
-
props
→ List<
Object?> -
The list of properties that will be used to determine whether
two instances are equal.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sm → double
-
final
- stringify → bool?
-
If set to
true
, thetoString
method will be overridden to output this instance'sprops
.no setterinherited - xl → double
-
final
- xs → double
-
final
- xxl → double
-
final
- xxs → double
-
final
- xxxl → double
-
final
Methods
-
copyWith(
{double? xxs, double? xs, double? sm, double? md, double? lg, double? xl, double? xxl, double? xxxl, double? buttonPadding, double? cardPadding, double? listItemPadding, double? inputPadding, double? dialogPadding, double? gapSmall, double? gapMedium, double? gapLarge}) → VooSpacingTokens -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
scale(
double factor) → VooSpacingTokens -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited