labelIndicator constant

TextStyle const labelIndicator

Label text style used specifically for Indicator.

Label styles are smaller, utilitarian styles, used for areas of the UI such as text inside of components or very small supporting text in the content body, like captions.

Implementation

static const TextStyle labelIndicator = TextStyle(
  fontSize: 12,
  fontWeight: FontWeight.w500,
  height: 14 / 12,
  fontFamily: kZetaFontFamily,
);