SyncScrollControllerManager constructor
SyncScrollControllerManager(
- RefreshController? refreshController, [
- double refreshIndicatorHeight = 0.0
Implementation
SyncScrollControllerManager(RefreshController? refreshController,
[double refreshIndicatorHeight = 0.0]) {
_refreshController = refreshController;
_refreshIndicatorHeight = refreshIndicatorHeight;
}