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