headlineLarge method
Implementation
Text headlineLarge(BuildContext context, {Key? key}) => _styledText(
context,
TextStyle(fontSize: Theme.of(context).textTheme.headlineLarge?.fontSize),
key,
);
Text headlineLarge(BuildContext context, {Key? key}) => _styledText(
context,
TextStyle(fontSize: Theme.of(context).textTheme.headlineLarge?.fontSize),
key,
);