controller property

ScrollController? controller
final

When you want to provide full controls over the list, you can pass controller to the FlatList.

It will have abilities to animateTo, jumpTo and more that exists in ScrollController.

Implementation

final ScrollController? controller;