CustomActionButton constructor
const
CustomActionButton({})
Implementation
const CustomActionButton({
super.key,
this.margin,
this.width,
this.height,
this.backgroundColor,
this.borderColor,
this.disabledForegroundColor,
this.elevation,
this.onPressed,
this.borderRadius,
required this.child,
});