menu
dutato
presentation/widgets/topic_tree_widget.dart
TopicTreeWidget
onTopicTap property
onTopicTap
dark_mode
light_mode
description
onTopicTap
property
void Function
(
Topic
)
onTopicTap
final
Called when a topic is tapped.
Implementation
final void Function(Topic) onTopicTap;
dutato
topic_tree_widget
TopicTreeWidget
onTopicTap property
TopicTreeWidget class