ExpandableFab constructor
Implementation
const ExpandableFab({
Key? key,
this.initialOpen,
required this.distance,
required this.children,
this.icon = const Icon(Icons.menu),
}) : super(key: key);
const ExpandableFab({
Key? key,
this.initialOpen,
required this.distance,
required this.children,
this.icon = const Icon(Icons.menu),
}) : super(key: key);