TopBar constructor

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

Implementation

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