exportAppPageView abstract method

({Widget child, ({Icon activeIcon, Icon icon, String label, String tooltip}) item}) exportAppPageView()

Gets the information built for this page

child refers to the actual content displayed on that page

item refers to the representation for the navigation bar

Implementation

({
  ({Icon icon, String label, String tooltip, Icon activeIcon}) item,
  Widget child
}) exportAppPageView();