appBarText top-level constant

TextStyle const appBarText

Implementation

const appBarText = TextStyle(
  color: darkGreyColor,
  fontFamily: 'Poppins',
  fontSize: 18,
  fontWeight: FontWeight.w400,
);