klyn.gui.windows.Button.isPrimary
property
public property isPrimary as Boolean
Description

Indicates whether the button should use the accent color.

Non-primary buttons keep the same geometry and typography but use a neutral surface so primary actions stand out visually.

cancel = Button("Cancel")
cancel.isPrimary = false