buildButtons method
Implementation
Widget buildButtons() {
if (options!.type == QuickAlertType.loading) {
return Container();
} else {
return QuickAlertButtons(
options: options,
);
}
}
Widget buildButtons() {
if (options!.type == QuickAlertType.loading) {
return Container();
} else {
return QuickAlertButtons(
options: options,
);
}
}