const CustomTextAppBar({ Key? key, required this.text, required this.fontColor, }) : super( key: key, );