menu
flutter_androssy package
documentation
views/radio_layout/view.dart
RadioLayoutController
setCurrentIndex method
setCurrentIndex method
dark_mode
light_mode
setCurrentIndex
method
void
setCurrentIndex
(
int
?
index
)
Implementation
void setCurrentIndex(int? index) { onNotifyWithCallback(() => currentIndex = index ?? 0); }
flutter_androssy package
documentation
views/radio_layout/view
RadioLayoutController
setCurrentIndex method
RadioLayoutController class