ManifoldCreator<T> constructor

const ManifoldCreator<T>({
  1. Key? key,
  2. required ValueChanged<T> onCreated,
})

Implementation

const ManifoldCreator({super.key, required this.onCreated});