children property

List<InlineSpan>? children
final

Additional spans to include as children.

If both text and children are non-null, the text will precede the children.

Modifying the list after the TextSpan has been created is not supported and may have unexpected results.

The list must not contain any nulls.

Implementation

final List<InlineSpan>? children;