ReownAppKitModalThemeData class

Annotations
  • @freezed

Constructors

ReownAppKitModalThemeData({@Default(ReownAppKitModalColors.lightMode) ReownAppKitModalColors lightColors, @Default(ReownAppKitModalColors.darkMode) ReownAppKitModalColors darkColors, @Default(ReownAppKitModalTextStyles.textStyle) ReownAppKitModalTextStyles textStyles, @Default(ReownAppKitModalRadiuses()) ReownAppKitModalRadiuses radiuses})
const
factory

Properties

copyWith → $ReownAppKitModalThemeDataCopyWith<ReownAppKitModalThemeData>
no setterinherited
darkColors ReownAppKitModalColors
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
lightColors ReownAppKitModalColors
no setterinherited
radiuses ReownAppKitModalRadiuses
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyles ReownAppKitModalTextStyles
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