scroll method

DefineMTileModifier scroll([
  1. bool value = true
])

Implementation

DefineMTileModifier scroll([bool value = true]) {
  return this.copyWith(valueScrollable: value);
}