ElevarmAlertThemeData class

Used with ElevarmAlertTheme or can be passed directly to ElevarmAlert widget parameter to configure the theme of the widget.

Constructors

ElevarmAlertThemeData({Color iconColor = ElevarmColors.primary600, Color backgroundColor = ElevarmColors.primary100, Color borderColor = ElevarmColors.primary200, Color titleTextColor = ElevarmColors.primary, Color subtitleTextColor = ElevarmColors.primary, Color closeIconColor = ElevarmColors.primary400, ElevarmLinkButtonThemeData secondaryButtonTheme = const ElevarmLinkButtonThemeData(onPrimaryColor: ElevarmColors.primary400), ElevarmLinkButtonThemeData primaryButtonTheme = const ElevarmLinkButtonThemeData()})
const

Properties

backgroundColor Color
final
borderColor Color
final
closeIconColor Color
final
hashCode int
The hash code for this object.
no setterinherited
iconColor Color
final
primaryButtonTheme ElevarmLinkButtonThemeData
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryButtonTheme ElevarmLinkButtonThemeData
final
subtitleTextColor Color
final
titleTextColor Color
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