menu
gpt_markdown package
documentation
custom_widgets/link_button.dart
LinkButton
onPressed property
onPressed property
dark_mode
light_mode
onPressed
property
VoidCallback
?
onPressed
final
The callback function to be called when the link is pressed.
Implementation
final VoidCallback? onPressed;
gpt_markdown package
documentation
custom_widgets/link_button
LinkButton
onPressed property
LinkButton class