ToastTaskView constructor

const ToastTaskView({
  1. required ToastTaskQueue task,
  2. required BuildToastQueueStyle style,
  3. Function? callBack,
  4. Key? key,
})

Implementation

const ToastTaskView({required this.task, required this.style, this.callBack, Key? key}) : super(key: key);