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