menu
dutato
presentation/screens/domains/topic_tree_screen.dart
TopicTreeScreen
TopicTreeScreen.new const constructor
TopicTreeScreen.new
dark_mode
light_mode
description
TopicTreeScreen
constructor
const
TopicTreeScreen
(
{
Key
?
key
,
required
String
domainSlug
,
String
?
domainName
,
})
Implementation
const TopicTreeScreen({super.key, required this.domainSlug, this.domainName});
dutato
topic_tree_screen
TopicTreeScreen
TopicTreeScreen.new const constructor
TopicTreeScreen class