IosStyleToast constructor
const
IosStyleToast({})
Implementation
const IosStyleToast({
Key? key,
this.style,
this.padding = const EdgeInsets.all(16),
this.backgroundColor = Colors.black87,
this.foregroundColor = Colors.white,
this.message = "Succeed",
this.child,
this.body,
}) : super(key: key);