floatingActionButtonLocation property

FloatingActionButtonLocation? floatingActionButtonLocation
final

Responsible for determining where the floatingActionButton should go.

If null, the ScaffoldState will use the default location, FloatingActionButtonLocation.endFloat.

Implementation

final FloatingActionButtonLocation? floatingActionButtonLocation;