CustomBottomAppBar constructor

const CustomBottomAppBar({
  1. Key? key,
})

Implementation

const CustomBottomAppBar({Key? key}) : super(key: key);