bar property

  1. @Deprecated('Use show() instead.')
BottomNavigationBar? get bar

Display the defined BottomNavigationBar

Implementation

@Deprecated('Use show() instead.')
BottomNavigationBar? get bar => show();