endFloat constant
End-aligned FloatingActionButton, floating at the bottom of the screen.
This is the default alignment of FloatingActionButtons in Material applications.
To align a floating action button with CircleAvatars in the ListTile.trailing slots of ListTiles in a ListView in the Scaffold.body, use miniEndFloat and set FloatingActionButton.mini to true.
Implementation
static const FloatingActionButtonLocation endFloat = _EndFloatFabLocation();