HareNavBar constructor

HareNavBar({
  1. Widget? leading,
  2. Widget? middle,
  3. Widget? trailing,
  4. bool centerMiddle = true,
  5. double middleSpacing = 16,
  6. double height = 56,
  7. EdgeInsets? padding,
})

Implementation

HareNavBar({this.leading, this.middle, this.trailing, this.centerMiddle = true, this.middleSpacing = 16, this.height = 56, this.padding}) : super();