CloseButton constructor
- Key? key,
- Color? color,
- VoidCallback? onPressed,
- ButtonStyle? style,
Creates a Material Design close icon button.
Implementation
const CloseButton({super.key, super.color, super.onPressed, super.style})
: super(icon: const CloseButtonIcon(), standardComponent: StandardComponentType.closeButton);