flutter_reusablealerts library

Classes

Alert
Main class to create alerts.
AlertStyle
Alert style class for reusable customization of dialogs.
DialogButton
Used for defining alert buttons.

Enums

AlertType
Alert types
AnimationType
Alert animation types
ButtonsDirection
Buttons container

Constants

defaultAlertPadding → const EdgeInsets
kImagePath → const String
Library images path

Typedefs

AlertAnimation = Widget Function(BuildContext context, Animation<double> animation, Animation<double> secondaryAnimation, Widget child)