inlinePlaceholderBoxes property Null safety

List<TextBox>? inlinePlaceholderBoxes

An ordered list of TextBoxes that bound the positions of the placeholders in the paragraph.

Each box corresponds to a PlaceholderSpan in the order they were defined in the InlineSpan tree.

Implementation

List<TextBox>? get inlinePlaceholderBoxes => _inlinePlaceholderBoxes;