FloatingIconButton constructor
const
FloatingIconButton({})
Implementation
const FloatingIconButton(
{Key? key,
required this.onPressed,
this.buttonColor,
required this.icon,
this.color})
: super(key: key);