ApAppBar constructor

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

Implementation

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