FloatingIcon constructor
const
FloatingIcon({})
Implementation
const FloatingIcon(
{Key? key,
this.bgColor,
this.iconColor,
this.icon,
this.isTopLeft = false,
this.onPressed})
: super(key: key);