softwrap static method

Text softwrap(
  1. bool softWrap
)

Implementation

static Text softwrap(bool softWrap) => Text("", softWrap: softWrap);