forked from lxm_flutter/FlutterUnit
更新flutter版本
This commit is contained in:
@@ -109,9 +109,7 @@ class _CustomScaffoldState extends State with SingleTickerProviderStateMixin {
|
||||
showSelectedLabels: true,
|
||||
items: iconsMap.keys
|
||||
.map((key) => BottomNavigationBarItem(
|
||||
title: Text(
|
||||
key,
|
||||
),
|
||||
label: key,
|
||||
icon: Icon(iconsMap[key]),
|
||||
backgroundColor: _colors[_position]))
|
||||
.toList(),
|
||||
|
||||
Reference in New Issue
Block a user