xFillBottomBarActions method

List<XBottomNavigationBarItem> xFillBottomBarActions(
  1. bool dataChanged
)

toBE OVERRIDE chiamata 2 volte, in init e in LAYOUT. la prima serve per far sapere al LAY che deve avere la BottomNavBar senza dover mettere un bool apposta

Implementation

List<XBottomNavigationBarItem> xFillBottomBarActions(bool dataChanged) {
  return liBottomActions;
}