cMainTextStyle top-level constant

TextStyle const cMainTextStyle

主题按钮的文字样式---》主色调

Implementation

const TextStyle cMainTextStyle = const TextStyle(
    color: Color(0xFF00AE66), fontWeight: FontWeight.w600, fontSize: 16);