itemNormalTextStyle property

TextStyle get itemNormalTextStyle

Implementation

TextStyle get itemNormalTextStyle =>
    _itemNormalTextStyle ??
    const TextStyle(color:  Color(0xFF222222), fontSize: 14.0);