VTextStyle class
Visa Flutter Text Style Definitions
Constructors
- VTextStyle({String fontFamily = "packages/visa_nova_flutter/VisaDialectUI"})
Properties
- baseTextStyle → TextStyle
-
final
- bodyText1 → TextStyle
-
Body Text 1 Text Style
no setter
- bodyText2 → TextStyle
-
Body Text 2 Text Style (the default)
no setter
- bodyText2Medium → TextStyle
-
Body Text 2 Text Style Medium
no setter
- bodyText3 → TextStyle
-
Body Text 3 Text Style (the default)
no setter
-
Button Large Text Style
no setter
-
Button Medium Text Style
no setter
-
Button Small Text Style
no setter
- display1 → TextStyle
-
Display 1 Text Style
no setter
- display2 → TextStyle
-
Display 2 Text Style
no setter
- fontFamily → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- headline1 → TextStyle
-
Headline 1 Text Style
no setter
- headline2 → TextStyle
-
Headline 2 Text Style
no setter
- headline3 → TextStyle
-
Headline 3 Text Style
no setter
- headline4 → TextStyle
-
Headline 4 Text Style
no setter
- input → TextStyle
-
Input Text Style
no setter
- overline → TextStyle
-
Overline Text Style
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subtitle1 → TextStyle
-
Subtitle 1 Text Style
no setter
- subtitle2 → TextStyle
-
Subtitle 2 Text Style
no setter
- subtitle3 → TextStyle
-
Subtitle 3 Text Style
no setter
- tab → TextStyle
-
Tab Text Style
no setter
- tabSelected → TextStyle
-
Tab Selected Text Style
no setter
- uiLabel → TextStyle
-
UI Label Text Style
no setter
- uiLabelActive → TextStyle
-
UI Label Active Text Style
no setter
- uiLabelLarge → TextStyle
-
UI Label Large Text Style
no setter
- uiLabelLargeActive → TextStyle
-
UI Label Large Active Text Style
no setter
- uiLabelSmall → TextStyle
-
UI Label Small Text Style
no setter
- uiLabelXSmall → TextStyle
-
UI Label XSmall Text Style
no setter
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