miniEndFloat constant

FloatingActionButtonLocation const miniEndFloat

End-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.trailing slot of a ListTile in a ListView in the Scaffold.body.

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

Implementation

static const FloatingActionButtonLocation miniEndFloat = _MiniEndFloatFabLocation();