caption property

TextStyle caption
final

fontSize: 13 w300

Implementation

final TextStyle caption = TextStyle(
  fontSize: 13.sp,
  fontWeight: FontWeight.normal,
);