CustomButtons constructor
const
CustomButtons({})
Implementation
const CustomButtons(
{super.key,
required this.actionIcon,
this.miniButton = false,
this.isLoading,
this.fillButton = false,
required this.position,
required this.buttonText,
this.leading,
this.trailing,
this.textStyle,
this.borderRadius,
this.buttonColor});