isScrollControlled property

bool isScrollControlled
final

Whether the builder of this FloatingSearchBar is using its own Scrollable.

This will allow the body of the FloatingSearchBar to have an unbounded height.

to dismiss itself when tapped below the height of child inside the Scrollable, when the child is smaller than the avaialble height.

Implementation

final bool isScrollControlled;