TopicTreeScreen constructor

const TopicTreeScreen({
  1. Key? key,
  2. required String domainSlug,
  3. String? domainName,
})

Implementation

const TopicTreeScreen({super.key, required this.domainSlug, this.domainName});