caption property

TextStyle get caption

Caption CustomTile

Implementation

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