LineBreakOptions constructor

LineBreakOptions({
  1. LineBreakStrictness? strictness,
  2. LineBreakWordOption? wordOption,
})

Implementation

LineBreakOptions({this.strictness, this.wordOption});