appBarTitleTextStyle property

TextStyle appBarTitleTextStyle
getter/setter pair

Implementation

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