buttonTextStyle property

TextStyle? buttonTextStyle
final

Text style for button text. If null, uses Theme.of(context).textTheme.labelLarge with white color.

Implementation

final TextStyle? buttonTextStyle;