inlinePlaceholderScales property Null safety
An ordered list of scales for each placeholder in the paragraph.
The scale is used as a multiplier on the height, width and baselineOffset of the placeholder. Scale is primarily used to handle accessibility scaling.
Each scale corresponds to a PlaceholderSpan in the order they were defined in the InlineSpan tree.
Implementation
List<double>? get inlinePlaceholderScales => _inlinePlaceholderScales;