CarpenterIconButton constructor
const
CarpenterIconButton({
- Key? key,
- required Widget icon,
- VoidCallback? onPressed,
- String? semanticLabel,
- bool compact = false,
Implementation
const CarpenterIconButton({
super.key,
required this.icon,
this.onPressed,
this.semanticLabel,
this.compact = false,
});