labelFontSize property

double? labelFontSize
final

Optional font size (in points) for the button label.

When null, the system default for the selected style is used (typically 17pt body font on iOS).

Implementation

final double? labelFontSize;