InputFieldAlert constructor
const
InputFieldAlert({})
Implementation
const InputFieldAlert({
super.key,
required this.message,
this.alertType = AlertType.error,
this.width = 300,
this.height = 50,
this.borderRadius = 8.0,
this.fontSize = 14.0,
this.backgroundColor,
this.textColor,
});