FToast constructor
const
FToast({})
Creates a FToast.
Implementation
const FToast({
required this.title,
this.style = const .context(),
this.icon,
this.description,
this.suffix,
super.key,
});
Creates a FToast.
const FToast({
required this.title,
this.style = const .context(),
this.icon,
this.description,
this.suffix,
super.key,
});