attachmentTxtStyle top-level property
TextStyle
get
attachmentTxtStyle
Implementation
TextStyle get attachmentTxtStyle {
return const TextStyle(
color: Palette.attachmentTxtColor,
overflow: TextOverflow.ellipsis,
fontSize: buttonComponentFontSize,
fontFamily: "DIN-Regular",
fontWeight: FontWeight.w300);
}