BaseScrollControllerWidget<T> constructor
const
BaseScrollControllerWidget<T> ({
- Key? key,
- required ListBuilder<
T> listBuilder, - ScrollController? scrollController,
- bool isControlDefaultDialVisibility = false,
- Function? scrollControllerInit,
- ValueChanged<
bool> ? onScroll, - bool shouldDispose = false,
Implementation
const BaseScrollControllerWidget({
super.key,
required this.listBuilder,
this.scrollController,
this.isControlDefaultDialVisibility = false,
this.scrollControllerInit,
this.onScroll,
this.shouldDispose = false,
});