datatableTextStyle top-level property

TextStyle get datatableTextStyle

Implementation

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