TabIconData constructor
TabIconData({
- String imagePath = '',
- int index = 0,
- String selectedImagePath = '',
- bool isSelected = false,
- AnimationController? animationController,
Implementation
TabIconData({
this.imagePath = '',
this.index = 0,
this.selectedImagePath = '',
this.isSelected = false,
this.animationController,
});