SimpleToast constructor
const
SimpleToast({})
Creates a SimpleToast.
Implementation
const SimpleToast({
super.key,
required this.icon,
required this.message,
required this.color,
required this.colorBorder,
this.textStyle,
this.textAlign,
this.onClose,
});