BottomBarItem constructor

const BottomBarItem({
  1. String? label,
  2. Widget? iconWidget,
  3. Widget? activeIconWidget,
  4. String? tooltip,
})

Implementation

const BottomBarItem({
  this.label,
  this.iconWidget,
  this.activeIconWidget,
  this.tooltip,
});