xStyTextForVeryLargeTitle static method

TextStyle xStyTextForVeryLargeTitle([
  1. Color? textColor,
  2. bool? activeBold = false,
  3. double? letterSpacing,
  4. TextOverflow? overflow,
])

fontSize 40

Implementation

static TextStyle xStyTextForVeryLargeTitle([Color? textColor, bool? activeBold = false, double? letterSpacing, TextOverflow? overflow]) {
  return xStyleText(fontSize: 40, colorText: textColor, activeBold: activeBold, letterSpacing: letterSpacing, overflow: overflow);
}