labelStyle property
Optional text style for the button label.
When set, overrides the default label font, size, weight, and color on supported platforms. On native iOS/macOS this is applied via attributed title; on the Flutter fallback it is passed directly to Text.style.
Implementation
final TextStyle? labelStyle;