CustomTextStyle class
this will customize the text styles in CustomText
Constructors
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 Properties
- appbarText ↔ dynamic
-
this will customize the text style bottomBarUnselectedLabelStyle
latefinal
- appbarTextDefault → TextStyle
-
this is default text style for appbarText
final
- bodyText1 ↔ dynamic
-
this will customize the text style bodyText1
latefinal
- bodyText1Default → TextStyle
-
this is default text style for bodyText1
final
- bodyText2 ↔ dynamic
-
this will customize the text style bodyText2
latefinal
- bodyText2Default → TextStyle
-
this is default text style for bodyText2
final
- bottomBarSelectedLabelStyle ↔ dynamic
-
this will customize the text style bottomBarSelectedLabelStyle
latefinal
- bottomBarSelectedLabelStyleDefault → TextStyle
-
this is default text style for bottomBarSelectedLabelStyle
final
- bottomBarUnselectedLabelStyle ↔ dynamic
-
this will customize the text style bottomBarUnselectedLabelStyle
latefinal
- bottomBarUnselectedLabelStyleDefault → TextStyle
-
this is default text style for bottomBarUnselectedLabelStyle
final
-
this will customize the text style buttonText
latefinal
-
this is default text style for buttonText
final
- drawerText ↔ dynamic
-
this will customize the text style drawerText
latefinal
- drawerTextDefault → TextStyle
-
this is default text style for drawerText
final
- heading ↔ dynamic
-
this will customize the text style heading
latefinal
- headingDefault → TextStyle
-
this is default text style for heading
final
- headingLarge ↔ dynamic
-
this will customize the app themes
this will customize the text style headingLarge
latefinal
- headingLargeDefault → TextStyle
-
this is default text style for headingLarge
final
- headingSmall ↔ dynamic
-
this will customize the text style headingSmall
latefinal
- headingSmallDefault → TextStyle
-
this is default text style for headingSmall
final
- labelStyle ↔ dynamic
-
this will customize the text style labelStyle
latefinal
- labelStyleDefault → TextStyle
-
this is default text style for labelStyle
final
- richTextStyle ↔ dynamic
-
this will customize the text style richTextStyle
latefinal
- richTextStyleDefault → TextStyle
-
this is default text style for richTextStyle
final
- settingsText ↔ dynamic
-
this will customize the text style settingsText
latefinal
- settingsTextDefault → TextStyle
-
this is default text style for settingsText
final
- smallText ↔ dynamic
-
this will customize the text style smallText
latefinal
- smallTextDefault → TextStyle
-
this is default text style for smallText
final
- textFieldHeading ↔ dynamic
-
this will customize the text style textFieldHeading
latefinal
- textFieldHeadingDefault → TextStyle
-
this is default text style for textFieldHeading
final
- textFieldHint ↔ dynamic
-
this will customize the text style textFieldHint
latefinal
- textFieldHintDefault → TextStyle
-
this is default text style for textFieldHint
final
- textFieldText ↔ dynamic
-
this will customize the text style textFieldText
latefinal
- textFieldTextDefault → TextStyle
-
this is default text style for textFieldText
final
- unSelectedLabelStyle ↔ dynamic
-
this will customize the text style unSelectedLabelStyle
latefinal
- unSelectedLabelStyleDefault → TextStyle
-
this is default text style for unSelectedLabelStyle
final
Static Methods
-
init(
{TextStyle? headingLargeStyle, TextStyle? headingStyle, TextStyle? headingSmallStyle, TextStyle? bodyText1Style, TextStyle? bodyText2Style, TextStyle? smallTextStyle, TextStyle? appbarTextStyle, TextStyle? textFieldHeadingStyle, TextStyle? textFieldHintStyle, TextStyle? textFieldTextStyle, TextStyle? drawerTextStyle, TextStyle? settingsTextStyle, TextStyle? buttonTextStyle, TextStyle? labelStyleStyle, TextStyle? unSelectedLabelStyleStyle, TextStyle? richTextStyleStyle, TextStyle? bottomBarSelectedLabelStyleStyle, TextStyle? bottomBarUnselectedLabelStyleStyle}) → void - this will initialize all the text styles