TextToast constructor
const
TextToast(})
Implementation
const TextToast(
this.message, {
super.key,
this.showDuration = const Duration(seconds: 3),
this.dismissible = true,
this.location = ToastLocation.bottomLeft,
this.entryDuration = const Duration(milliseconds: 500),
});