bottomNavigationBar: BottomNavigationBar(
type: BottomNavigationBarType.fixed,
backgroundColor: Colors.white38,
items: const <BottomNavigationBarItem>[
BottomNavigationBarItem(
icon: Icon(
Icons.info,
color: Colors.black,
),
),
BottomNavigationBarItem(
icon: Icon(
Icons.location_on,
color: Colors.black,
),
),
],
),
İlk baştaki bottomNavigatorBar da hata veriyor
The named parameter ‘bottomNavigationBar’ isn’t defined.