fitsAbove property

bool? fitsAbove
final

Whether or not the child should be considered to fit above anchorAbove.

Typically used to force the child to be drawn at anchorAbove even when it doesn't fit, such as when the Material TextSelectionToolbar draws an open overflow menu.

If not provided, it will be calculated.

Implementation

final bool? fitsAbove;