children property

List<FluentSpan> children
final

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;