bodySmallGrey property

TextStyle get bodySmallGrey

Body small

Implementation

static TextStyle get bodySmallGrey => const TextStyle(
    fontStyle: FontStyle.normal,
    color: DesignColors.grey5,
    fontSize: 14,
    fontWeight: FontWeight.w300,
    letterSpacing: -0.02);