ModulaThemeData class
Constructors
- ModulaThemeData({required Brightness brightness, ModulaColorScheme? colors, ModulaTypography? typography, ModulaSpacing spacing = const ModulaSpacing(), ModulaRadii radii = const ModulaRadii(), ModulaElevation elevation = const ModulaElevation(), ModulaDurations durations = const ModulaDurations()})
Properties
- brightness → Brightness
-
final
- colors → ModulaColorScheme
-
final
- durations → ModulaDurations
-
final
- elevation → ModulaElevation
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- radii → ModulaRadii
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spacing → ModulaSpacing
-
final
- typography → ModulaTypography
-
final
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