cTitleTextStyle top-level constant

TextStyle const cTitleTextStyle

title的文字样式

Implementation

const TextStyle cTitleTextStyle = const TextStyle(
    fontWeight: FontWeight.w600,
    inherit: true,
    fontSize: 18.0,
    color: Color(0xFF222222));