scrollController method

DefineMTileModifier scrollController(
  1. ScrollController value
)

Implementation

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