scrollController method

DefineMListViewModifier scrollController(
  1. ScrollController value
)

Implementation

DefineMListViewModifier scrollController(ScrollController value) {
  return this.copyWith(valueController: value);
}