CustomAppBar constructor

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

Implementation

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