xStyTextForVeryLargeTitle static method

TextStyle xStyTextForVeryLargeTitle([
  1. Color? textColor
])

fontSize 40

Implementation

static TextStyle xStyTextForVeryLargeTitle([Color? textColor]) {
  return TextStyle(fontSize: 40, color: textColor ?? Colors.white);
}