Skip to content

Commit

Permalink
don't use specific widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorUvarov committed Jun 8, 2020
1 parent 6ee94c7 commit 69d58b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/bottom_navy_bar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ class _ItemWidget extends StatelessWidget {
}

class BottomNavyBarItem {
final Icon icon;
final Text title;
final Widget icon;
final Widget title;
final Color activeColor;
final Color inactiveColor;
final TextAlign textAlign;
Expand Down

0 comments on commit 69d58b3

Please sign in to comment.