menu
ai_touristic_info_tool
state_management\drop_down_state.dart
DropdownState
DropdownState constructor
DropdownState
dark_mode
light_mode
DropdownState
constructor
DropdownState
(
{
int
?
initialValue
,
})
Implementation
DropdownState({int? initialValue}) { _selectedIndex = initialValue ?? 0; }
ai_touristic_info_tool
drop_down_state
DropdownState
DropdownState constructor
DropdownState class