menu
over_react package
documentation
component_base.dart
PropsMetaCollection
PropsMetaCollection const constructor
PropsMetaCollection const constructor
dark_mode
light_mode
PropsMetaCollection
constructor
const
PropsMetaCollection
(
Map
<
Type
,
PropsMeta
>
metaByMixin
)
Implementation
const PropsMetaCollection(Map<Type, PropsMeta> metaByMixin) : super(metaByMixin);
over_react package
documentation
component_base
PropsMetaCollection
PropsMetaCollection const constructor
PropsMetaCollection class