SelectableMarkdownText constructor
SelectableMarkdownText({
- required String data,
- Key? key,
- AnsiRendererOptions? options,
- Style? textStyle,
- Style? selectionHighlightStyle,
- bool softWrap = true,
- int? maxWidth,
- SelectionController? controller,
Implementation
SelectableMarkdownText({
required this.data,
super.key,
this.options,
this.textStyle,
this.selectionHighlightStyle,
this.softWrap = true,
this.maxWidth,
this.controller,
});