AActionDelete constructor
const
AActionDelete({})
Implementation
const AActionDelete({
super.key,
required super.onAction,
super.loading,
super.disabled,
super.alwaysShow,
}) : super(
text: "Deletar",
style: const AActionStyle(
backgroundColor: Colors.red,
textColor: Colors.white,
borderColor: Colors.red,
),
);