button method
Used for text on ElevatedButton and TextButton.
Implementation
TextStyle? button(BuildContext context) => textTheme(context).labelLarge;
Used for text on ElevatedButton and TextButton.
TextStyle? button(BuildContext context) => textTheme(context).labelLarge;