cContentTextStyle top-level constant
TextStyle
const cContentTextStyle
内容部分的文字的样式
Implementation
const TextStyle cContentTextStyle = TextStyle(
inherit: true,
fontSize: 14.0,
color: Color(0xFF666666),
decoration: TextDecoration.none);