findableContext property

  1. @override
Null get findableContext
override

A context inside the widget, used to scroll the active match into view. Return null when the widget is not currently mounted.

Implementation

@override
Null get findableContext => null;