widgets/editor/fluent_link_dialog library

Classes

FluentLinkDialog
Dialog for inserting a link with URL and custom text.

Functions

showFluentLinkDialog(BuildContext context, {FluentEditorLabels? labels, String? initialUrl, String? initialText}) Future<Map<String, String>?>
Shows the dialog to insert a link. Returns a Map with 'url' and 'text' or null if cancelled.