greyItemText method

TextStyle greyItemText()

Implementation

TextStyle greyItemText() =>
    const TextStyle(color: Colors.grey, fontWeight: FontWeight.w400);