endContained constant

FloatingActionButtonLocation const endContained

End-aligned FloatingActionButton, floating over the Scaffold.bottomNavigationBar so that the floating action button lines up with the center of the bottom navigation bar.

This is unlikely to be a useful location for apps which has a BottomNavigationBar or a non material 3 BottomAppBar.

Implementation

static const FloatingActionButtonLocation endContained = _EndContainedFabLocation();