SelectableText constructor
SelectableText(
- String data, {
- Key? key,
- Style? style,
- TextAlign textAlign = TextAlign.left,
- bool softWrap = true,
- TextOverflow overflow = TextOverflow.clip,
- int? maxWidth,
- SelectionController? controller,
Implementation
SelectableText(
this.data, {
super.key,
this.style,
this.textAlign = TextAlign.left,
this.softWrap = true,
this.overflow = TextOverflow.clip,
this.maxWidth,
this.controller,
});