CommonAlertDialogThemeData class

Constructors

CommonAlertDialogThemeData({TextStyle? textStyle, ShapeBorder? shape, double? elevation, Color? successfulIconColor, IconData? successfulIconData, Color? errorIconColor, IconData? errorIconData, bool? showOkButton})
const

Properties

elevation double?
final
errorIconColor Color?
final
errorIconData IconData?
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape ShapeBorder?
final
showOkButton bool?
final
successfulIconColor Color?
final
successfulIconData IconData?
final
textStyle TextStyle?
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.
override

Static Methods

of(BuildContext context) CommonAlertDialogThemeData