TabIconData constructor

TabIconData({
  1. String imagePath = '',
  2. int index = 0,
  3. String selectedImagePath = '',
  4. bool isSelected = false,
  5. AnimationController? animationController,
})

Implementation

TabIconData({
  this.imagePath = '',
  this.index = 0,
  this.selectedImagePath = '',
  this.isSelected = false,
  this.animationController,
});