labelLarge function

TextStyle? labelLarge(
  1. BuildContext context
)

Implementation

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