menu
te_widgets package
documentation
widgets/tabs/tab_controller.dart
TTabController<T>
selectedValue property
selectedValue property
dark_mode
light_mode
selectedValue
property
T?
get
selectedValue
Gets the currently selected tab value.
Implementation
T? get selectedValue => value;
te_widgets package
documentation
widgets/tabs/tab_controller
TTabController<T>
selectedValue property
TTabController class