FloatingIcon constructor

FloatingIcon({
  1. Color? bgColor,
  2. Color? iconColor,
  3. IconData? icon,
  4. bool isTopLeft = false,
  5. Function? onPressed,
})

Implementation

FloatingIcon(
    {this.bgColor,
    this.iconColor,
    this.icon,
    this.isTopLeft = false,
    this.onPressed});