appBarTitle property

TextStyle appBarTitle

Implementation

static TextStyle get appBarTitle => const TextStyle(
      fontSize: 22,
      fontWeight: FontWeight.w500,
    );