button method

TextStyle? button(
  1. BuildContext context
)

Used for text on ElevatedButton and TextButton.

Implementation

TextStyle? button(BuildContext context) => textTheme(context).labelLarge;