StoneStreamStyle constructor
StoneStreamStyle({})
Implementation
StoneStreamStyle({
this.backgroundColor = Colors.white,
this.textColor = Colors.black,
this.buttonColor = Colors.blue,
this.buttonTextColor = Colors.white,
this.icon,
this.iconColor = Colors.blue,
this.textAlertColor = Colors.red,
});