AppBarTitle constructor

const AppBarTitle({
  1. required String title,
  2. Key? key,
})

Implementation

const AppBarTitle({required this.title, super.key});