ToastTaskView constructor
      const
      ToastTaskView({ 
    
    
- required ToastTaskQueue task,
- required BuildToastQueueStyle style,
- Function? callBack,
- Key? key,
Implementation
const ToastTaskView({required this.task, required this.style, this.callBack, Key? key}) : super(key: key);