smallBrandText top-level constant

TextStyle const smallBrandText

Implementation

const smallBrandText = TextStyle(
  color: brandColor,
  fontFamily: 'Poppins',
  fontSize: 12,
  fontWeight: FontWeight.w500,
);