StyleConfig class abstract
Abstract base class for all style configuration implementations.
This class defines the common properties shared by all style configurations:
- Background configuration
- Corner radius
- Padding configuration
- Typography configuration
- Colors configuration
- Shadow configuration
- Implementers
Constructors
Properties
-
background
→ Map<
String, dynamic> -
Background configuration.
no setter
-
colors
→ Map<
String, dynamic> -
Colors configuration.
no setter
- cornerRadius → double
-
Corner radius for rounded corners.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
padding
→ Map<
String, dynamic> -
Padding configuration.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
shadows
→ Map<
String, dynamic> -
Shadow configuration.
no setter
-
typography
→ Map<
String, dynamic> -
Typography configuration.
no setter
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