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