labelColor property

Color? labelColor
final

Optional explicit color for the button label.

When null, the label uses the configuration's natural foreground (driven by CNButton.tint for non-filled styles, or the system foreground for filled / borderedProminent / prominentGlass). Set this to override that decision.

Implementation

final Color? labelColor;