kTitleStyleLight top-level constant

TextStyle const kTitleStyleLight

Implementation

const kTitleStyleLight = TextStyle(
    fontFamily: _fontName,
    fontWeight: FontWeight.w400,
    color: _dimmedPrimaryWhite,
    fontSize: 20);