scroll method

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

Implementation

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