menu
amadeus_proto
utils/list_index_tracker.dart
ListIndexTracker
<
T
>
previous method
previous
dark_mode
light_mode
previous
method
void
previous
(
)
Implementation
void previous() { if (_index > 0) { _index--; } }
amadeus_proto
list_index_tracker
ListIndexTracker
<
T
>
previous method
ListIndexTracker class