This commit is contained in:
Tibor Bossanyi (Freelancer)
2022-04-09 11:22:34 +02:00
parent dfeac33176
commit 3b96d81a85
43 changed files with 1559 additions and 1855 deletions
+1 -2
View File
@@ -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!),
),
),
),