CreatePrompt constructor

const CreatePrompt({
  1. required ModuleCreator creator,
})

Creates a new CreatePrompt with the specified module creator.

Implementation

const CreatePrompt({required this.creator});