HighlightView constructor
HighlightView(})
Implementation
HighlightView(String input,
{this.language,
this.theme = const {},
this.padding,
this.textStyle,
int tabSize = 8, // TODO: https://github.com/flutter/flutter/issues/50087
this.lineNumbers = false,
this.lineNumbersBorder,
this.lineNumbersRadius,
super.key})
: source = input.replaceAll('\t', ' ' * tabSize);