ToastrFlat constructor
const
ToastrFlat({
- Key? key,
- required ToastrOptions options,
Implementation
const ToastrFlat({
super.key,
required this.options,
});
const ToastrFlat({
super.key,
required this.options,
});