WiredashTextThemeWithDefaults class
Convenience class for accessing the text styles when we know everything is provided
- Inheritance
-
- Object
- WiredashTextTheme
- WiredashTextThemeWithDefaults
Constructors
- WiredashTextThemeWithDefaults(WiredashThemeData theme, WiredashTextTheme textTheme)
Properties
- adaptiveBody2TextStyle → TextStyle
-
no setter
- adaptiveBodyTextStyle → TextStyle
-
no setter
- adaptiveHeadlineTextStyle → TextStyle
-
no setter
- appbarTitle → TextStyle
-
Top/bottom bar when taking a screenshot
no setteroverride
- body2Medium → TextStyle
-
Secondary body text
no setteroverride
- body2Small → TextStyle
-
Secondary body text on small devices
no setteroverride
- bodyMedium → TextStyle
-
Normal body text on big devices
no setteroverride
- bodySmall → TextStyle
-
Body text on small devices
no setteroverride
-
Text style of buttons
no setteroverride
-
Small text like the step count or "discard feedback"
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- headlineMedium → TextStyle
-
Headline on big devices
no setteroverride
- headlineSmall → TextStyle
-
Headline on small devices
no setteroverride
- input → TextStyle
-
Style for text inputs
no setteroverride
- inputError → TextStyle
-
Error text style
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textTheme → WiredashTextTheme
-
final
- theme → WiredashThemeData
-
final
- title → TextStyle
-
Title text, i.e. on success/error screens
no setteroverride
Methods
-
copyWith(
{TextStyle? headlineMedium, TextStyle? headlineSmall, TextStyle? appbarTitle, TextStyle? title, TextStyle? button, TextStyle? bodyMedium, TextStyle? bodySmall, TextStyle? body2Medium, TextStyle? body2Small, TextStyle? input, TextStyle? inputError}) → WiredashTextTheme -
inherited
-
merge(
WiredashTextTheme? other) → WiredashTextTheme -
inherited
-
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