storiesRegularBrandText top-level constant

TextStyle const storiesRegularBrandText

Implementation

const storiesRegularBrandText = TextStyle(
  color: brandColor,
  fontFamily: 'Poppins',
  fontSize: 36,
  fontWeight: FontWeight.w400,
);