MyAppBar constructor

const MyAppBar({
  1. Key? key,
  2. Widget? leading,
  3. required String title,
  4. List<Widget>? actions,
})

Implementation

const MyAppBar({super.key,this.leading, required this.title, this.actions});