labelFontFamily property

String? labelFontFamily
final

Optional custom font family for the button label.

The font must be registered in the app's Info.plist (iOS) or as a Flutter font asset. When null, the system default for the selected style is used.

Implementation

final String? labelFontFamily;