GptMarkdownConfig constructor
const
GptMarkdownConfig({
- TextStyle? style,
- TextDirection textDirection = TextDirection.ltr,
- void onLinkTab()?,
- TextAlign? textAlign,
- TextScaler? textScaler,
- String latexWorkaround(
- String tex
- LatexBuilder? latexBuilder,
- bool followLinkColor = false,
- CodeBlockBuilder? codeBuilder,
- SourceTagBuilder? sourceTagBuilder,
- HighlightBuilder? highlightBuilder,
- OrderedListBuilder? orderedListBuilder,
- UnOrderedListBuilder? unOrderedListBuilder,
- LinkBuilder? linkBuilder,
- ImageBuilder? imageBuilder,
- int? maxLines,
- TextOverflow? overflow,
- List<
MarkdownComponent> ? components, - List<
MarkdownComponent> ? inlineComponents,
Implementation
const GptMarkdownConfig({
this.style,
this.textDirection = TextDirection.ltr,
this.onLinkTab,
this.textAlign,
this.textScaler,
this.latexWorkaround,
this.latexBuilder,
this.followLinkColor = false,
this.codeBuilder,
this.sourceTagBuilder,
this.highlightBuilder,
this.orderedListBuilder,
this.unOrderedListBuilder,
this.linkBuilder,
this.imageBuilder,
this.maxLines,
this.overflow,
this.components,
this.inlineComponents,
});