ComingSoonDialog constructor

const ComingSoonDialog({
  1. Key? key,
  2. String? featureName,
})

Implementation

const ComingSoonDialog({super.key, this.featureName});