HypertextWidgetSpan constructor

HypertextWidgetSpan({
  1. required Widget child,
  2. PlaceholderAlignment alignment = ui.PlaceholderAlignment.bottom,
  3. TextBaseline? baseline,
  4. TextStyle? style,
  5. bool enableInherit = true,
})

Implementation

HypertextWidgetSpan({
  required super.child,
  super.alignment,
  super.baseline,
  super.style,
  this.enableInherit = true,
});