CustomTextBold constructor
const
CustomTextBold({})
Implementation
const CustomTextBold({
Key? key,
required this.text,
this.textColour,
this.textSize,
this.textAlign,
this.lineHeight,
this.fontWeight,
this.textFontFamily = "NunitoSansSemiBold",
}) : super(key: key);