visual-space / visual-editor

Rich text editor for Flutter based on Delta format (Quill fork)
MIT License
283 stars 44 forks source link

Markers - Add a parameter for visibility in marker model #194

Closed sebastian0107 closed 1 year ago

sebastian0107 commented 1 year ago

In the marker model, we need a parameter to set its initial visibility. It will be default set on true (in general we want all markers to be visible).

sebastian0107 commented 1 year ago

Added a new parameter in the marker types model for the visibility state. Made a method to check the visibility of a type of marker. Made a method to toggle the visibility of a type of marker.