menu
lb_planner
lb_planner.dart
SlotDetailsScreen
SlotDetailsScreen const constructor
SlotDetailsScreen
dark_mode
light_mode
SlotDetailsScreen
constructor
const
SlotDetailsScreen
(
{
Key
?
key
,
required
int
slotId
,
})
Displays the details of a slot.
Implementation
const SlotDetailsScreen({super.key, required this.slotId});
lb_planner
lb_planner
SlotDetailsScreen
SlotDetailsScreen const constructor
SlotDetailsScreen class