BottomBar13V2 constructor

BottomBar13V2({
  1. Color mainColorGray = Colors.white,
  2. required dynamic callback(
    1. int
    ),
  3. Color colorSelect = Colors.black,
  4. Color colorUnSelect = Colors.black,
  5. required List<IconData> icons,
  6. required Function getItem,
  7. double radius = 10,
  8. int shadow = 10,
  9. required List<String> text,
  10. TextStyle textStyle = const TextStyle(),
  11. double iconSize = 30,
  12. TextStyle textStyleSelect = const TextStyle(),
  13. required String getUnreadMessages(
    1. int
    ),
})

Implementation

BottomBar13V2({this.mainColorGray = Colors.white, required this.callback, this.colorSelect = Colors.black,
  this.colorUnSelect = Colors.black, required this.icons, required this.getItem, this.radius = 10,
  this.shadow = 10, required this.text, this.textStyle = const TextStyle(), this.iconSize = 30, this.textStyleSelect = const TextStyle(),
  required this.getUnreadMessages
});