MarkdownComponent class abstract
Markdown components
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
span(
BuildContext context, String text, GptMarkdownConfig config) → InlineSpan -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
components
→ List<
MarkdownComponent> -
final
Static Methods
-
generate(
BuildContext context, String text, GptMarkdownConfig config) → List< InlineSpan> - Generate widget for markdown widget