CoderButton constructor
const
CoderButton({})
Creates a CoderButton with customizable design and state.
Implementation
const CoderButton({
super.key,
required this.text,
required this.onPressed,
this.backgroundColor,
this.textColor,
this.height,
this.width,
this.radius,
this.borderRadius,
this.paddingH,
this.paddingV,
this.style,
this.isLoading = false,
this.icon,
});