HMIconButton constructor
const
HMIconButton({
- Key? key,
- required Widget icon,
- required void onPressed(),
- Color? fillColor,
- Color? iconColor,
- HMRadius? radius,
- HMButtonVariant? buttonVariant,
- bool disabled = false,
- HMIconButtonSize? size,
Implementation
const HMIconButton(
{super.key,
required this.icon,
required this.onPressed,
this.fillColor,
this.iconColor,
this.radius,
this.buttonVariant,
this.disabled = false,
this.hidden = false,
this.size});