CardSettingsButton constructor
CardSettingsButton({})
Implementation
CardSettingsButton({
this.label = 'Label',
required this.onPressed,
this.visible = true,
this.backgroundColor,
this.textColor,
this.enabled = true,
this.bottomSpacing = 0.0,
this.isDestructive = false,
this.showMaterialonIOS,
});