scroll method

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

Implementation

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