appleText top-level constant

TextStyle const appleText

Implementation

const appleText = TextStyle(
  color: Colors.black,
  fontFamily: 'Poppins',
  fontSize: 15,
  fontWeight: FontWeight.w600,
);