TextEditor
An Instagram like text editor Flutter widget that helps you to change your text style.
Features
- Edit
TextStyle
object- font color
- font family
- font size
- Edit
TextAlign
Screenshot
Installation
Add text_editor: ^0.1.3
to your pubspec.yaml
dependencies. And import it:
How to use
Simply create a TextEditor
widget, and pass the required params:
For more information see examples