AnimatedFloatingActionButton constructor

AnimatedFloatingActionButton({
  1. Key? key,
  2. List<Widget>? fabButtons,
  3. Color? colorStartAnimation,
  4. Color? colorEndAnimation,
  5. AnimatedIconData? animatedIconData,
})

Implementation

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