ButtonAction constructor
const
ButtonAction({})
Implementation
const ButtonAction({
super.key,
required this.onPressed,
required this.title,
this.icon,
this.isLoading = false,
this.color = Colors.blue,
});