CustomTextStyle class

this will customize the text styles in CustomText

Constructors

CustomTextStyle()

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 TextStyle
this will customize the text style bottomBarUnselectedLabelStyle
latefinal
appbarTextDefault TextStyle
this is default text style for appbarText
final
bodyText1 TextStyle
this will customize the text style bodyText1
latefinal
bodyText1Default TextStyle
this is default text style for bodyText1
final
bodyText2 TextStyle
this will customize the text style bodyText2
latefinal
bodyText2Default TextStyle
this is default text style for bodyText2
final
bottomBarSelectedLabelStyle TextStyle
this will customize the text style bottomBarSelectedLabelStyle
latefinal
bottomBarSelectedLabelStyleDefault TextStyle
this is default text style for bottomBarSelectedLabelStyle
final
bottomBarUnselectedLabelStyle TextStyle
this will customize the text style bottomBarUnselectedLabelStyle
latefinal
bottomBarUnselectedLabelStyleDefault TextStyle
this is default text style for bottomBarUnselectedLabelStyle
final
buttonText TextStyle
this will customize the text style buttonText
latefinal
buttonTextDefault TextStyle
this is default text style for buttonText
final
drawerText TextStyle
this will customize the text style drawerText
latefinal
drawerTextDefault TextStyle
this is default text style for drawerText
final
heading TextStyle
this will customize the text style heading
latefinal
headingDefault TextStyle
this is default text style for heading
final
headingLarge TextStyle
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 TextStyle
this will customize the text style headingSmall
latefinal
headingSmallDefault TextStyle
this is default text style for headingSmall
final
labelStyle TextStyle
this will customize the text style labelStyle
latefinal
labelStyleDefault TextStyle
this is default text style for labelStyle
final
richTextStyle TextStyle
this will customize the text style richTextStyle
latefinal
richTextStyleDefault TextStyle
this is default text style for richTextStyle
final
settingsText TextStyle
this will customize the text style settingsText
latefinal
settingsTextDefault TextStyle
this is default text style for settingsText
final
smallText TextStyle
this will customize the text style smallText
latefinal
smallTextDefault TextStyle
this is default text style for smallText
final
textFieldErrorText TextStyle
this will customize the text style textFieldErrorText
latefinal
textFieldErrorTextDefault TextStyle
this is default text style for textFieldErrorTextDefault
final
textFieldHeading TextStyle
this will customize the text style textFieldHeading
latefinal
textFieldHeadingDefault TextStyle
this is default text style for textFieldHeading
final
textFieldHint TextStyle
this will customize the text style textFieldHint
latefinal
textFieldHintDefault TextStyle
this is default text style for textFieldHint
final
textFieldText TextStyle
this will customize the text style textFieldText
latefinal
textFieldTextDefault TextStyle
this is default text style for textFieldText
final
unSelectedLabelStyle TextStyle
this will customize the text style unSelectedLabelStyle
latefinal
unSelectedLabelStyleDefault TextStyle
this is default text style for unSelectedLabelStyle
final

Static Methods

init({TextStyle? headingLargeStyle, TextStyle? textFieldErrorTextStyle, 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