miniStartFloat constant

FloatingActionButtonLocation const miniStartFloat

Start-aligned FloatingActionButton, floating at the bottom of the screen, optimized for mini floating action buttons.

This is intended to be used with FloatingActionButton.mini set to true, so that the floating action button appears to align with CircleAvatars in the ListTile.leading slot of a ListTile in a ListView in the Scaffold.body.

Compared to FloatingActionButtonLocation.startFloat, floating action buttons using this location will move horizontally and vertically closer to the edges, by kMiniButtonOffsetAdjustment each.

Implementation

static const FloatingActionButtonLocation miniStartFloat = _MiniStartFloatFabLocation();