MCollection constructor

const MCollection({
  1. Key? key,
  2. List<Widget> children = const [],
})

Implementation

const MCollection({super.key, this.children = const []});