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