QuickAlertContainer constructor

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

Implementation

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