tabViewerPagesSch function

dynamic tabViewerPagesSch(
  1. String titleScheda,
  2. Widget? childOfSchedaTabViewer,
  3. List<BottomNavigationBarItem> childrenOfBottomBar
)

Implementation

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