scroll method

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

Implementation

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