Paddings class abstract

Defines the default double values to be used as padding sizes

Constructors

Paddings()

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

large → const double
padding of 32.0
medium → const double
padding of 16.0
mediumLarge → const double
padding of 20.0
mediumXLarge → const double
padding of 24.0
normal → const double
padding of 8.0
semiMedium → const double
padding of 12.0
semiNormal → const double
padding of 10.0
small → const double
padding of 6.0
xLarge → const double
padding of 36.0
xSmall → const double
padding of 4.0
xxLarge → const double
padding of 48.0
xxSmall → const double
padding of 2.0
xxxLarge → const double
padding of 64.0