CustomActionDisable constructor
const
CustomActionDisable({})
Implementation
const CustomActionDisable({
super.key,
required this.backgroundColor,
this.borderColor = Colors.transparent,
required this.child,
});