ExpandingActionButton constructor
const
ExpandingActionButton({})
Creates an expanding action button.
Implementation
const ExpandingActionButton({
super.key,
required this.directionInDegrees,
required this.maxDistance,
required this.progress,
required this.child,
this.onTap,
});