BottomBarWithSheetItem constructor

const BottomBarWithSheetItem({
  1. Key? key,
  2. required IconData icon,
  3. String? label,
  4. bool noSelectionState = false,
})

Implementation

const BottomBarWithSheetItem({
  Key? key,
  required this.icon,
  this.label,
  this.noSelectionState = false,
});