titleLarge static method

TextStyle titleLarge(
  1. BuildContext context
)

Implementation

static TextStyle titleLarge(BuildContext context) => TextStyle(
      fontFamily: _getFontFamily(context),
      fontWeight: FontWeight.w700,
      fontSize: 34,
    );