menu
challenges_flutter package
documentation
entities/challenges_entity.dart
Props
Props constructor
Props constructor
dark_mode
light_mode
Props
constructor
Props
(
{
required
Screen1
screen1
,
required
Screen2
screen2
,
})
Implementation
Props({ required this.screen1, required this.screen2, });
challenges_flutter package
documentation
entities/challenges_entity
Props
Props constructor
Props class