BottomBar constructor

const BottomBar({
  1. Key? key,
  2. required Column children,
})

Implementation

const BottomBar({Key? key, required this.children}) : super(key: key);