BottomBarBlank constructor

const BottomBarBlank({
  1. double height = 0,
  2. Key? key,
})

Implementation

const BottomBarBlank({
  this.height = 0,
  Key? key,
}) : super(key: key);