WidgetSpan constructor
const
WidgetSpan({
- required Widget child,
- double baseline = 0,
- TextStyle? style,
- AnnotationBuilder? annotation,
Creates a WidgetSpan with the given values.
Implementation
const WidgetSpan({
required this.child,
super.baseline = 0,
super.style,
super.annotation,
});