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