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