WcAlert constructor
const
WcAlert({
- Key? key,
- required WcBaseError error,
- Color backgroundColor = Colors.deepPurple,
- Color textColor = Colors.white,
Implementation
const WcAlert({
super.key,
required this.error,
this.backgroundColor = Colors.deepPurple,
this.textColor = Colors.white,
});