Dimens class abstract

Defines the default Dimens for padding to be used as guidelines

Constructors

Dimens()

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

paddingDefault → const double
padding of 8.0
paddingLarge → const double
padding of 32.0
paddingMedium → const double
padding of 16.0
paddingMedium20 → const double
padding of 20.0
paddingMediumLarge → const double
padding of 24.0
paddingMediumSmall → const double
padding of 12.0
paddingSemi → const double
padding of 10.0
paddingSmall → const double
padding of 4.0
paddingXLarge → const double
padding of 36.0
paddingXSmall → const double
padding of 2.0
paddingXXLarge → const double
padding of 48.0
paddingXXXLarge → const double
padding of 64.0