BottomViewWidget constructor

const BottomViewWidget(
  1. Orientation orientation, {
  2. Key? key,
})

Implementation

const BottomViewWidget(this.orientation, {Key? key}) : super(key: key);