LinkButton constructor
const
LinkButton({
- Key? key,
- required String text,
- required GptMarkdownConfig config,
- required Color color,
- required Color hoverColor,
- VoidCallback? onPressed,
- TextStyle? textStyle,
- String? url,
Implementation
const LinkButton(
{super.key,
required this.text,
required this.config,
required this.color,
required this.hoverColor,
this.onPressed,
this.textStyle,
this.url});