textStyleHeader2 static method

TextStyle textStyleHeader2(
  1. BuildContext context
)

Implementation

static TextStyle textStyleHeader2(BuildContext context) {
  return TextStyle(height: 1, fontSize: AppFontSizes.xl, fontWeight: FontWeight.w600);
}