CustomButton constructor
const
CustomButton({})
Implementation
const CustomButton({
super.key,
required this.onPressed,
required this.child,
this.color,
this.height = 50,
this.isLoading = false,
});
const CustomButton({
super.key,
required this.onPressed,
required this.child,
this.color,
this.height = 50,
this.isLoading = false,
});