panelLabelStyle top-level property

TextStyle get panelLabelStyle

Implementation

TextStyle get panelLabelStyle {
  return const TextStyle(
      color: Palette.panelLabelColor,
      fontSize: panelLabelFontSize,
      fontFamily: "DIN-Regular",
      fontWeight: FontWeight.bold);
}