Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
triple_tab_selector.dart File Reference
import package;
import material.dart;
import flutter_screenutil.dart;
import core;
import ui;
import theme;
import color_palette.dart;
Include dependency graph for triple_tab_selector.dart:

Go to the source code of this file.

Classes

class  StatefulWidget

Functions

override void initState ()
void _selectTab (int index)
Widget _buildTab (BuildContext context, String tabName, int index)
override Widget build (BuildContext context)

Variables

class TripleTabSelector extends StatefulWidget selectedTabIndex

Function Documentation

◆ _buildTab()

Widget _buildTab ( BuildContext context,
String tabName,
int index )

Definition at line 42 of file triple_tab_selector.dart.

Here is the call graph for this function:

◆ _selectTab()

void _selectTab ( int index)

Definition at line 35 of file triple_tab_selector.dart.

Here is the caller graph for this function:

◆ build()

override Widget build ( BuildContext context)

Definition at line 74 of file triple_tab_selector.dart.

Here is the call graph for this function:

◆ initState()

override void initState ( )

Definition at line 30 of file triple_tab_selector.dart.

Variable Documentation

◆ selectedTabIndex

class TripleTabSelector extends StatefulWidget selectedTabIndex