ItinereoAppBar constructor
Creates an ItinereoAppBar widget with customizable sections and optional back navigation
Implementation
const ItinereoAppBar({
super.key,
required this.title,
required this.textColor,
required this.pillColor,
required this.topBarColor,
this.isBackButtonVisible = false,
this.onBack,
this.showPill = true,
});