OutputStringOptions constructor

OutputStringOptions(
  1. bool transparent,
  2. bool autoWrap,
  3. bool wrapOnHyphen
)

Implementation

OutputStringOptions(this.transparent, this.autoWrap, this.wrapOnHyphen);