tabViewerPagesSch static method

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

Implementation

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