BottomNavigationController.fromValue constructor

BottomNavigationController.fromValue(
  1. BottomNavigationValue? value
)

Implementation

BottomNavigationController.fromValue(BottomNavigationValue? value)
    : initialIndex = value?.currentIndex ?? 0,
      super(
        value ?? BottomNavigationValue(),
      );