SmartBar constructor

const SmartBar({
  1. Key? key,
  2. double heightBar = 80,
  3. double heightButtonCenter = 0.8,
  4. required Widget buttonCenter,
  5. required List<Widget> allIcon,
  6. double heighty = 20,
})

Implementation

const SmartBar({super.key,  this.heightBar = 80, this.heightButtonCenter = 0.8, required this.buttonCenter, required this.allIcon, this.heighty=20});