menu
manifold package
documentation
util/m_collection.dart
MCollection
MCollection.new const constructor
MCollection.new const constructor
dark_mode
light_mode
MCollection
constructor
const
MCollection
(
{
Key
?
key
,
List
<
Widget
>
children
=
const []
,
})
Implementation
const MCollection({super.key, this.children = const []});
manifold package
documentation
util/m_collection
MCollection
MCollection.new const constructor
MCollection class