defaultTitleStyle top-level constant

TextStyle const defaultTitleStyle

Implementation

const defaultTitleStyle = TextStyle(
  fontFamily: fontFamily,
  fontWeight: normalWeight,
  color: blackColor,
  fontSize: 13.0,
);