scroll method

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

Implementation

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