headingText property

TextStyle headingText
getter/setter pair

Implementation

late var headingText = theme.t15Bold18.copyWith(
  color: const Color(0xFF333232),
);