menu
dutato
presentation/screens/org/path_detail_screen.dart
PathDetailScreen
PathDetailScreen.new const constructor
PathDetailScreen.new
dark_mode
light_mode
description
PathDetailScreen
constructor
const
PathDetailScreen
(
{
required
String
orgId
,
required
String
pathId
,
Key
?
key
,
})
Implementation
const PathDetailScreen({ required this.orgId, required this.pathId, super.key, });
dutato
path_detail_screen
PathDetailScreen
PathDetailScreen.new const constructor
PathDetailScreen class