rflutter_alert library

rflutter_alert 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
Defines Default Alert Window Padding
kImagePath → const String
Library images path

Typedefs

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