headingText top-level property
Implementation
final TextStyle headingText = TextStyle(
fontFamily: 'Roboto',
fontWeight: FontWeight.normal,
fontSize: 20,
color: kBlue,
);
final TextStyle headingText = TextStyle(
fontFamily: 'Roboto',
fontWeight: FontWeight.normal,
fontSize: 20,
color: kBlue,
);