EventAppBarComponent constructor

const EventAppBarComponent(
  1. {Key? key,
  2. required String title,
  3. dynamic onBackTap(
      )?}
    )

    Implementation

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