QuickAlertButtons constructor

const QuickAlertButtons({
  1. Key? key,
  2. QuickAlertOptions? options,
})

Implementation

const QuickAlertButtons({
  Key? key,
  this.options,
}) : super(key: key);