headingStyle top-level property

TextStyle headingStyle
getter/setter pair

Implementation

TextStyle headingStyle = TextStyle(
  fontSize: 18.sp,
  fontWeight: FontWeight.bold,
);