Skip to content

Commit

Permalink
add missing attributes to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Clémence Roumy committed Mar 24, 2023
1 parent d3fca06 commit fee3713
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ The color of the MarkdownTextInput is defined by the color set in your Theme :
| TextEditingController controller | TextEditingController() | Pass your own controller. Can be used to clear the input for example |
| TextStyle textStyle | Theme.of(context).textTheme.bodyText2 | Overrides input text style |
| bool insertLinksByDialog; | true | Choose to use dialog or not to insert link |
| bool insertImageByDialog; | true | Choose to use dialog or not to insert an image |
| bool insertImageByDialog; | true | Choose to use dialog or not to insert an image |
| bool customCancelDialogText; | String? | Text used by dialog for close dialog action |
| bool customSubmitDialogText; | String? | Text used by dialog for validate dialog action |

### Example
You can see an example of how to use this package [here](https://github.com/playmoweb/markdown-editable-textinput/tree/master/example)
Expand Down

0 comments on commit fee3713

Please sign in to comment.