scroll method

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

Implementation

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