SyncScrollControllerManager constructor

SyncScrollControllerManager(
  1. RefreshController? refreshController, [
  2. double refreshIndicatorHeight = 0.0
])

Implementation

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