AppBarWidget constructor

const AppBarWidget({
  1. Key? key,
  2. required String pageName,
})

Implementation

const AppBarWidget({Key? key, required this.pageName}) : super(key: key);