isSoftWrap method

AppText isSoftWrap(
  1. bool? value
)

Implementation

AppText isSoftWrap(bool? value) => this.._softWrap = value;