AmadeusAppBar constructor

const AmadeusAppBar(
  1. {Key? key,
  2. required Profile user}
)

Implementation

const AmadeusAppBar({super.key, required this.user});