BottomBar constructor

BottomBar({
  1. double? padding,
  2. double? navigationButtonSize,
})

Implementation

BottomBar({
  this.padding,
  this.navigationButtonSize,
});