markdown_widget
markdown_widget copied to clipboard
feat: :sparkles: Add selectionControls to MarkdownBlock
Add selectionControls to MarkdownBlock
This PR introduces an optional selectionControls parameter to the MarkdownBlock widget. It allows developers to provide custom TextSelectionControls, enabling use cases such as tracking copy actions for analytics.
The change is fully backward compatible and does not affect existing behavior when the parameter is not provided.