floatingActionBarBuilder property
final
Builds the floating action bar using the resolved visibility state.
Return null when the current screen state should not show a bar at all.
Implementation
final Widget? Function(BuildContext context, bool visible)
floatingActionBarBuilder;