public property isPrimary as Boolean
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