floatingActionButtonArea property

Rect? floatingActionButtonArea
final

The Scaffold.floatingActionButton's bounding rectangle.

This is null when there is no floating action button showing.

Implementation

final Rect? floatingActionButtonArea;