storiesRegularSmallText top-level constant

TextStyle const storiesRegularSmallText

Implementation

const storiesRegularSmallText = TextStyle(
  color: Colors.white,
  fontFamily: 'Poppins',
  fontSize: 20,
  fontWeight: FontWeight.w400,
);