DesignSystemTools class

Constructors

DesignSystemTools()

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

calculateHeightOfText(double dimenFont) double
getColorDesignSystem_buttonBackground(LevelDS levelDS, Color? colorCustom) Color
getColorDesignSystem_buttonText(LevelDS levelDS, Color? colorCustom) Color
getColorDesignSystem_text(LevelDS levelDS, Color? colorCustom) Color
getDimenDesignSystem_text(LevelDS levelDS, double? custom) double
getFixedSize(double? width, double? height, double dimen) Size?
getFontDesignSystem_button(LevelDS levelDS, String? custom) String
getFontDesignSystem_text(LevelDS levelDS, String? custom) String