HypertextWidgetSpan constructor
HypertextWidgetSpan({
- required Widget child,
- PlaceholderAlignment alignment = ui.PlaceholderAlignment.bottom,
- TextBaseline? baseline,
- TextStyle? style,
- bool enableInherit = true,
Implementation
HypertextWidgetSpan({
required super.child,
super.alignment,
super.baseline,
super.style,
this.enableInherit = true,
});