AnimatedFloatingActionButton constructor
AnimatedFloatingActionButton({})
Implementation
AnimatedFloatingActionButton(
{Key? key,
this.fabButtons,
this.colorStartAnimation,
this.colorEndAnimation,
this.animatedIconData})
: super(key: key);