XfxScheda constructor

XfxScheda({
  1. Key? key,
  2. String titleScheda = "",
  3. bool visibleXContainerWithLabelOnTop = true,
  4. Widget? child,
  5. List<Widget>? listOfChildren,
  6. bool? bottomNavigationBarvisible = true,
  7. dynamic onTapOnBTNofMenu(
    1. int
    )?,
  8. int? currentIndexOfBottomMenu,
  9. required List<BottomNavigationBarItem> childrenOfBottomBar,
})

Implementation

XfxScheda({
  Key? key,
  this.titleScheda = "",
  this.visibleXContainerWithLabelOnTop = true,
  this.child,
  this.listOfChildren,
  this.bottomNavigationBarvisible = true,
  this.onTapOnBTNofMenu,
  this.currentIndexOfBottomMenu,
  required this.childrenOfBottomBar,
}) : super(key: key);