WT 1.26
This commit is contained in:
@@ -121,8 +121,7 @@ class AnimatedButton extends StatefulWidget {
|
||||
this.borderWidth = 1,
|
||||
this.blurColor = Colors.black,
|
||||
this.shadowColor,
|
||||
}) : assert(child != null),
|
||||
super(key: key);
|
||||
}) : super(key: key);
|
||||
|
||||
@override
|
||||
_AnimatedButtonState createState() => _AnimatedButtonState(
|
||||
|
||||
@@ -258,7 +258,7 @@ class _BottomNavigationTile extends StatelessWidget {
|
||||
),
|
||||
),
|
||||
alignment: Alignment.bottomCenter,
|
||||
child: item.title,
|
||||
child: Text(item.label!),
|
||||
),
|
||||
),
|
||||
),
|
||||
@@ -288,7 +288,7 @@ class _BottomNavigationTile extends StatelessWidget {
|
||||
fontSize: _kActiveFontSize,
|
||||
color: Colors.white,
|
||||
),
|
||||
child: item.title!,
|
||||
child: Text(item.label!),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user