CustomText.heading1 constructor
CustomText.heading1(
- String text
Implementation
factory CustomText.heading1(String text) {
return CustomText(
text: text,
size: 24,
fontWeight: FontWeight.bold,
);
}