toolbarBottomAnchor property

Offset? get toolbarBottomAnchor

The point about which the floating toolbar should focus, when the toolbar appears below the selected content.

It's the clients responsibility to determine whether there's room for the toolbar below this point. If not, use toolbarTopAnchor.

Implementation

Offset? get toolbarBottomAnchor => _overlayController.toolbarBottomAnchor;