labelLarge function

TextStyle? labelLarge(
  1. BuildContext context
)

Implementation

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