componentLabelStyle top-level property

TextStyle get componentLabelStyle

Implementation

TextStyle get componentLabelStyle {
  return const TextStyle(
      fontFamily: "DIN-Regular",
      color: Palette.componentLabelColor,
      fontSize: componentLabelFontSize);
}