ButtonIconComponent constructor
const
ButtonIconComponent({})
Implementation
const ButtonIconComponent (
{required this.label,
this.color,
this.iconData,
required this.onPressed,
this.padding = const EdgeInsets.symmetric(horizontal: 24, vertical: 16),
Key? key})
: super(key: key);