tabViewerPagesSch function
dynamic
tabViewerPagesSch(
- String titleScheda,
- Widget? childOfSchedaTabViewer,
- List<
BottomNavigationBarItem> childrenOfBottomBar
Implementation
tabViewerPagesSch(String titleScheda, Widget? childOfSchedaTabViewer, List<BottomNavigationBarItem> childrenOfBottomBar) {
return XfxScheda(bottomNavigationBarvisible: false, titleScheda: titleScheda, child: childOfSchedaTabViewer, childrenOfBottomBar: childrenOfBottomBar);
}