buttonComponentTxtStyle top-level property
TextStyle
get
buttonComponentTxtStyle
Implementation
TextStyle get buttonComponentTxtStyle {
return const TextStyle(
color: Palette.buttonComponentTxtColor,
fontSize: buttonComponentFontSize,
fontWeight: FontWeight.w900);
}