titleLarge function

TextStyle? titleLarge(
  1. BuildContext context
)

Implementation

TextStyle? titleLarge(BuildContext context) {
  return textTheme(context).titleLarge;
}