inlinePlaceholderBoxes property Null safety
An ordered list of TextBox
es 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;