XfdnLinkButton constructor
const
XfdnLinkButton({})
Implementation
const XfdnLinkButton({
super.key,
required this.text,
required this.onPressed,
this.textColor = const Color(0xFF0074DA),
this.fontSize = 13,
this.selected = false,
});