helloTextName top-level constant

TextStyle const helloTextName

Implementation

const helloTextName = TextStyle(
  color: darkGreyColor,
  fontFamily: 'Poppins',
  fontSize: 24,
  fontWeight: FontWeight.w700,
);