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