floating property

bool floating
final

Whether the toolbar should become visible as soon as the user scrolls upwards.

Otherwise, the user will need to scroll near the top of the scroll view to reveal the toolbar.

Defaults to false.

Implementation

final bool floating;