minInsets property

EdgeInsets minInsets
final

The minimum padding to inset the FloatingActionButton by for it to remain visible.

This value is the result of calling MediaQueryData.padding in the Scaffold's BuildContext, and is useful for insetting the FloatingActionButton to avoid features like the system status bar or the keyboard.

If Scaffold.resizeToAvoidBottomInset is set to false, EdgeInsets.bottom of minInsets will be 0.0.

Implementation

final EdgeInsets minInsets;