WidgetSpan constructor

const WidgetSpan({
  1. required Widget child,
})

WidgetSpan API.

Implementation

const WidgetSpan({required this.child});