attachmentButtonComponentTxtStyle top-level property

TextStyle get attachmentButtonComponentTxtStyle

Implementation

TextStyle get attachmentButtonComponentTxtStyle {
  return const TextStyle(
      color: Palette.buttonComponentTxtColor,
      fontSize: buttonComponentFontSize,
      fontWeight: FontWeight.w400);
}