helloText top-level constant
TextStyle
const helloText
Implementation
const helloText = TextStyle(
color: darkGreyColor,
fontFamily: 'Poppins',
fontSize: 24,
fontWeight: FontWeight.w400,
);