flutter_alerts_plugin library
Classes
- Alert
- Main class to create alerts.
- AlertStyle
- Alert style class for reusable customization of dialogs.
- DialogButton
- Used for defining alert buttons.
Constants
- defaultAlertPadding → const EdgeInsets
-
EdgeInsets.symmetric(horizontal: 40.0, vertical: 24.0)
- kImagePath → const String
-
Library images path
"assets/images"
Enums
- AlertType
- Alert types
- AnimationType
- Alert animation types
- ButtonsDirection
- Buttons container
Typedefs
-
AlertAnimation
= Widget Function(BuildContext context, Animation<
double> animation, Animation<double> secondaryAnimation, Widget child)