ExpandableFab constructor
const
ExpandableFab({})
Implementation
const ExpandableFab({
Key? key,
this.initial_open,
required this.distance,
required this.children,
required this.background_color,
}) : super(key: key);