instructionTxtStyle top-level property
TextStyle
get
instructionTxtStyle
Implementation
TextStyle get instructionTxtStyle {
return const TextStyle(
color: Palette.instructionTextColor,
fontSize: instructionComponentFontSize,
fontFamily: "DIN-Regular",
fontWeight: FontWeight.w300);
}