scroll method

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

Implementation

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