ToastContent constructor
const
ToastContent({})
Implementation
const ToastContent({
super.key,
required this.text,
this.color,
this.iconStyle,
this.direction,
this.spacing = 6,
this.size = 18,
this.maxLines = 5,
this.textStyle,
});