ContainerSpan constructor
ContainerSpan({
- AnchorKey? key,
- Widget? child,
- List<
InlineSpan> ? children, - required Style style,
- required RenderContext newContext,
- bool shrinkWrap = false,
Implementation
ContainerSpan({
this.key,
this.child,
this.children,
required this.style,
required this.newContext,
this.shrinkWrap = false,
}) : super(key: key);