scrollController method

DefineMContainerModifier scrollController(
  1. ScrollController value
)

Implementation

DefineMContainerModifier scrollController(ScrollController value) {
  return this.copyWith(valueScrollController: value);
}