buildButtons method

Widget buildButtons()

Implementation

Widget buildButtons() {
  return QuickAlertButtons(
    options: options,
  );
}