Skip to content

Commit 5a2980a

Browse files
committed
Readme: Update SelectableHtml parameters table
1 parent 3ac7286 commit 5a2980a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ Once the above issue is resolved, the aforementioned compromises will go away. C
185185
| `style` | A powerful API that allows you to customize the style that should be used when rendering a specific HTMl tag. |
186186
| `navigationDelegateForIframe` | Allows you to set the `NavigationDelegate` for the `WebView`s of all the iframes rendered by the `Html` widget. |
187187
| `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). |
188189

189190
### Getters:
190191

0 commit comments

Comments
 (0)