SelectableView constructor
SelectableView(
- Object content, {
- Key? key,
- Style? selectionHighlightStyle,
- TextAlign textAlign = TextAlign.left,
- bool softWrap = true,
- TextOverflow overflow = TextOverflow.clip,
- int? maxWidth,
- SelectionController? controller,
Implementation
SelectableView(
this.content, {
super.key,
this.selectionHighlightStyle,
this.textAlign = TextAlign.left,
this.softWrap = true,
this.overflow = TextOverflow.clip,
this.maxWidth,
this.controller,
});