What is the meaning of life?
I have the following code in my widget build method: return CustomStyle( body: Scaffold( backgroundColor: Colors.transparent, body: Center( child: _widgetOptions.elementAt(_selectedIndex), ), bottomNavigationBar: SizedBox( child: BottomNavigationBar( items: <BottomNavigationBarItem>[ BottomNavigationBarItem( icon: Image( height: screenWidth * 0.1, width: screenWidth * 0.1, image: const…