bodyLarge function
Implementation
TextStyle bodyLarge(BuildContext context) {
return Theme.of(context).textTheme.bodyLarge ?? TextStyle();
}
TextStyle bodyLarge(BuildContext context) {
return Theme.of(context).textTheme.bodyLarge ?? TextStyle();
}