InputStringOptions constructor

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

Implementation

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