controller property Null safety
final
The ScrollController associated with the subtree.
See also:
- ScrollView.controller, which discusses the purpose of specifying a scroll controller.
Implementation
final ScrollController? controller;
The ScrollController associated with the subtree.
See also:
final ScrollController? controller;