caption property

TextStyle get caption

Implementation

static TextStyle get caption => GoogleFonts.getFont(primaryFont,
    color: secondaryColor,
    fontSize: fontSizesCaption,
    fontWeight: FontWeight.w400,
    fontStyle: FontStyle.normal);