HighlightViewSelectable constructor
HighlightViewSelectable(})
Implementation
HighlightViewSelectable(
String input, {
super.key,
this.language,
this.theme = const {},
this.padding,
this.textStyle,
this.wantKeepAlive = false,
int tabSize = 8,
}) : source = input.replaceAll('\t', ' ' * tabSize);