FragmentMorphic constructor

const FragmentMorphic({
  1. required List<Morphic> children,
  2. Object? key,
})

Implementation

const FragmentMorphic({required this.children, super.key});