Widget appBarTitle(String titleText) { return Text(titleText, style: TextStyle(color: Colors.black, fontSize: 16)); }