AwesomeAlert constructor
AwesomeAlert({
- required BuildContext context,
Implementation
AwesomeAlert({required BuildContext context}) {
_context = context;
}
AwesomeAlert({required BuildContext context}) {
_context = context;
}