How does flutter implement an editor, such as a code editor, which controls can be used to implement it?
TextField is not appropriate?
how to make this kind of text editor option?
CodePudding user response:
In Flutter: a Drawer is a sideBar that can be dragged like a menu.
But what you are looking for is Custom Paint Widget.
I hope this helps!
CodePudding user response:
you should use the CustomPainter widget widget :)