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