AppScale class abstract final

Adaptive size tokens: phone defaults vs. tablet overrides.

All values follow the 8pt grid. Pass isTablet (obtained via AppBreakpoints.isTablet) to get the appropriate value for the current screen size.

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

chipSpacing(bool isTablet) double
Spacing and runSpacing for Wrap chip groups.
displayPaddingV(bool isTablet) double
Vertical padding inside display/result value containers.
gap(bool isTablet) double
Vertical gap between a section title and its content area.
sectionPadding(bool isTablet) double
Inner padding for section container children.
sectionTitle(TextTheme t, bool isTablet) TextStyle?
Section title text style — one step up on tablet.
statusStripHeight(bool isTablet) double
Preferred height of the AppBar status strip.