ClearButton constructor
const
ClearButton({
- Key? key,
- required bool visible,
- required VoidCallback onPressed,
- required Color? iconColor,
- required double iconSize,
Implementation
const ClearButton({
super.key,
required this.visible,
required this.onPressed,
required this.iconColor,
required this.iconSize,
});