menu
dynamic_widget package
documentation
dynamic_widget/drop_cap_text.dart
MarkdownParser
toTextSpanList method
toTextSpanList method
dark_mode
light_mode
toTextSpanList
method
List
<
TextSpan
>
toTextSpanList
(
)
Implementation
List<TextSpan> toTextSpanList() { return spans.map((s) => s.toTextSpan()).toList(); }
dynamic_widget package
documentation
dynamic_widget/drop_cap_text
MarkdownParser
toTextSpanList method
MarkdownParser class