titleFontLarge function
Implementation
titleFontLarge(Color colorValue) {
return TextStyle(fontSize: 24, fontFamily: titleFont, color: colorValue, fontWeight: FontWeight.w800);
}
titleFontLarge(Color colorValue) {
return TextStyle(fontSize: 24, fontFamily: titleFont, color: colorValue, fontWeight: FontWeight.w800);
}