ManifoldCreator<T> constructor
const
ManifoldCreator<T> ({
- Key? key,
- required ValueChanged<
T> onCreated,
Implementation
const ManifoldCreator({super.key, required this.onCreated});