Skip to content

Commit 68e2958

Browse files
Merge pull request #61 from VictorUvarov/master
don't use specific widgets
2 parents 6ee94c7 + 69d58b3 commit 68e2958

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/bottom_navy_bar.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ class _ItemWidget extends StatelessWidget {
171171
}
172172

173173
class BottomNavyBarItem {
174-
final Icon icon;
175-
final Text title;
174+
final Widget icon;
175+
final Widget title;
176176
final Color activeColor;
177177
final Color inactiveColor;
178178
final TextAlign textAlign;

0 commit comments

Comments
 (0)