FeraIconButton constructor
const
FeraIconButton({})
Implementation
const FeraIconButton(
{Key? key,
required this.enabledIcon,
this.selectedIcon,
required this.onPressed,
this.isDisabled = false,
this.bigFeedback = false})
: super(key: key);