componentTxtStyle top-level property

TextStyle get componentTxtStyle

Implementation

TextStyle get componentTxtStyle {
  return const TextStyle(
      color: Palette.textfieldTxtColor,
      fontSize: buttonComponentFontSize,
      fontFamily: "DIN-Regular",
      fontWeight: FontWeight.w300);
}