PlaceholderSpan constructor Null safety
- {PlaceholderAlignment alignment = ui.PlaceholderAlignment.bottom,
- TextBaseline? baseline,
- TextStyle? style}
Creates a PlaceholderSpan with the given values.
A TextStyle may be provided with the style property, but only the decoration, foreground, background, and spacing options will be used.
Implementation
const PlaceholderSpan({
this.alignment = ui.PlaceholderAlignment.bottom,
this.baseline,
super.style,
});