buttonTextStyle property
Text style for button text. If null, uses Theme.of(context).textTheme.labelLarge with white color.
Implementation
final TextStyle? buttonTextStyle;
Text style for button text. If null, uses Theme.of(context).textTheme.labelLarge with white color.
final TextStyle? buttonTextStyle;