children property
The contents between <tag> and </tag>.
Empty for self-closing tags (<br/> or <icon name="usd"/>).
Otherwise a flat list of FluentTextSpan / FluentMarkupSpan
in source order.
Implementation
final List<FluentSpan> children;
The contents between <tag> and </tag>.
Empty for self-closing tags (<br/> or <icon name="usd"/>).
Otherwise a flat list of FluentTextSpan / FluentMarkupSpan
in source order.
final List<FluentSpan> children;