CompositeComponent constructor
const
CompositeComponent({
- required List<
DisplayComponent> children,
Implementation
const CompositeComponent({required this.children});