You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -185,6 +185,7 @@ Once the above issue is resolved, the aforementioned compromises will go away. C
185
185
|`style`| A powerful API that allows you to customize the style that should be used when rendering a specific HTMl tag. |
186
186
|`navigationDelegateForIframe`| Allows you to set the `NavigationDelegate` for the `WebView`s of all the iframes rendered by the `Html` widget. |
187
187
|`customImageRender`| A powerful API that allows you to fully customize how images are loaded. |
188
+
|`selectionControls`| A custom text selection controls that allow you to override default toolbar and build toolbar with custom text selection options. See an [example](https://github.com/justinmc/flutter-text-selection-menu-examples/blob/master/lib/custom_menu_page.dart). |
0 commit comments