href property

String? href
final

If provided, renders the button as an anchor tag (<a>) instead of <button>. Useful for CTA buttons that navigate to other pages.

Implementation

final String? href;