AppStyles class

Predefined text styles and widgets used throughout the AppBackground widget.

This class contains constants for consistent styling across the package, ensuring a uniform look and feel in AppBackground components.

Constructors

AppStyles()

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

backIcon → const Widget
Default back button icon displayed in the app bar.
titleTextStyle → const TextStyle
Default text style for app bar titles.