titleFontLarge function

dynamic titleFontLarge(
  1. Color colorValue
)

Implementation

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