OptionsButton constructor
Implementation
const OptionsButton({
required this.onPressed,
required this.isActive,
required this.label,
this.leading,
this.trailing,
super.key,
});
const OptionsButton({
required this.onPressed,
required this.isActive,
required this.label,
this.leading,
this.trailing,
super.key,
});