VgkAlertStyle class

Constructors

VgkAlertStyle({AnimationType animationType = AnimationType.fromBottom, Duration animationDuration = const Duration(milliseconds: 200), ShapeBorder? alertBorder, bool isCloseButton = true, bool isOverlayTapDismiss = true, Color? backgroundColor, Color overlayColor = Colors.black87, TextStyle titleStyle = const TextStyle(color: Colors.black, fontWeight: FontWeight.w500, fontStyle: FontStyle.normal, fontSize: 22.0), TextStyle descStyle = const TextStyle(color: Colors.black, fontWeight: FontWeight.w400, fontStyle: FontStyle.normal, fontSize: 18.0), EdgeInsets buttonAreaPadding = const EdgeInsets.all(20.0), BoxConstraints? constraints})
const

Properties

alertBorder ShapeBorder?
final
animationDuration Duration
final
animationType AnimationType
final
backgroundColor Color?
final
buttonAreaPadding EdgeInsets
final
constraints BoxConstraints?
final
descStyle TextStyle
final
hashCode int
The hash code for this object.
no setterinherited
isCloseButton bool
final
isOverlayTapDismiss bool
final
overlayColor Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleStyle 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.
inherited