sc property

ScrollController sc
final

Scroll controller for the scrollable widget that show the search result.

You SHOULD attach this to the scrollable widget so that search kit can update scroll position (to 0) when result list is cleared.

Implementation

final ScrollController sc = ScrollController();