menu
sunny_lifecycle package
documentation
tabs.dart
TabSet
operator [] method
operator [] method
dark_mode
light_mode
operator []
method
TabState
operator []
(
int
?
index
)
Implementation
TabState operator [](int? index) { index ??= defaultIndex; return tabs[index]; }
sunny_lifecycle package
documentation
tabs
TabSet
operator [] method
TabSet class