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