ExpandableFab constructor
const
ExpandableFab({})
Constructs an ExpandableFab.
Requires distance
and children
. Other parameters are optional and have default values.
Implementation
const ExpandableFab({
this.closeBackgroundColor,
this.closeElevation = 4.0,
this.initialOpen = false,
required this.children,
required this.distance,
this.closeShadowColor,
this.openElevation,
this.closeIcon,
this.openIcon,
super.key,
});