XTextLink constructor
const
XTextLink({
- Key? key,
- required VoidCallback onPressed,
- required String text,
- double height = 30,
Implementation
const XTextLink({
super.key,
required this.onPressed,
required this.text,
this.height = 30,
});