appBarTitleTextStyle property
Implementation
static TextStyle appBarTitleTextStyle = TextStyle(
fontFamily: FontFamily().normalFont,
color: AppColors.white,
fontSize: 17.sp,
package: 'cowpay',
fontWeight: FontWeight.w600);
static TextStyle appBarTitleTextStyle = TextStyle(
fontFamily: FontFamily().normalFont,
color: AppColors.white,
fontSize: 17.sp,
package: 'cowpay',
fontWeight: FontWeight.w600);