ExpandableFab constructor
const
ExpandableFab({})
Implementation
const ExpandableFab({
Key? key,
this.initialOpen,
required this.distance,
required this.children,
required this.bigButton,
this.animationDuration = const Duration(milliseconds: 250),
this.curve = Curves.fastOutSlowIn,
this.reverseCurve = Curves.easeOutQuad,
this.enableHapticFeedback = true,
}) : super(key: key);