AppFormTextStyles class
A utility class providing predefined TextStyle
definitions for common text elements
throughout the application. This promotes consistency in typography.
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
Constants
- Text style for button labels.
- captionStyle → const TextStyle
- Text style for small captions or supplementary information.
- disabledTextStyle → const TextStyle
- Text style for disabled text or elements.
- errorTextStyle → const TextStyle
- Text style for error messages displayed below input fields.
- formFieldTextStyle → const TextStyle
- Text style for the input field's actual text content.
- helperTextStyle → const TextStyle
- Text style for helper text displayed below input fields.
- labelStyle → const TextStyle
- Text style for input field labels.
- linkStyle → const TextStyle
- Text style for clickable links.
- subtitleStyle → const TextStyle
- Text style for subtitles or secondary headings.
- titleStyle → const TextStyle
- Text style for prominent titles.