XStyles class
Constructors
- XStyles()
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
-
xStyleText(
{Color? colorText, double? fontSize, bool? activeBold = false, double? letterSpacing}) → TextStyle -
xStyTextForDescr(
[Color? textColor]) → TextStyle - fontSize 16
-
xStyTextForLabel(
[Color? textColor]) → TextStyle - fontSize 20
-
xStyTextForLargeTitle(
[Color? textColor]) → TextStyle - fontSize 24
-
xStyTextForSubDescr(
[Color? textColor]) → TextStyle - fontSize 15
-
xStyTextForSubLabel(
[Color? textColor]) → TextStyle - fontSize 17
-
xStyTextForTextBase(
[Color? textColor]) → TextStyle - fontSize 18
-
xStyTextForTitle(
[Color? textColor]) → TextStyle - fontSize 22
-
xStyTextForVeryLargeTitle(
[Color? textColor]) → TextStyle - fontSize 40