startFloat constant

FloatingActionButtonLocation const startFloat

Start-aligned FloatingActionButton, floating at the bottom of the screen.

To align a floating action button with CircleAvatars in the ListTile.leading slots of ListTiles in a ListView in the Scaffold.body, use miniStartFloat and set FloatingActionButton.mini to true.

Implementation

static const FloatingActionButtonLocation startFloat = _StartFloatFabLocation();