appBar property

TextStyle appBar
getter/setter pair

Implementation

static TextStyle appBar = baseTextStyle.copyWith(
    fontSize: 16, fontWeight: FontWeight.w600, color: appColors.white);