SuccessToast constructor
const
SuccessToast({})
Implementation
const SuccessToast(
{Key? key,
this.backgroundColor = ToastColors.successToastBGColor,
this.textStyle = ToastTextStyle.defaultTextStyle,
this.message = " ",
this.duration = ToastLength.short,
this.onToasted})
: super(key: key);