RemoveButton constructor
const
RemoveButton({
- Key? key,
- required Widget? defaultRemoveIcon,
- VoidCallback? onPressed,
- Color? activeColor,
- Color? inactiveColor,
Implementation
const RemoveButton(
{super.key,
required this.defaultRemoveIcon,
this.onPressed,
this.activeColor,
this.inactiveColor});