menu
remix package
documentation
remix.dart
TextStyler
softWrap method
softWrap method
dark_mode
light_mode
softWrap
method
TextStyler
softWrap
(
bool
value
)
Sets the softWrap.
Implementation
TextStyler softWrap(bool value) { return merge(TextStyler(softWrap: value)); }
remix package
documentation
remix
TextStyler
softWrap method
TextStyler class