ToastrFlat constructor

const ToastrFlat({
  1. Key? key,
  2. required ToastrOptions options,
})

Implementation

const ToastrFlat({
  super.key,
  required this.options,
});