features/paint_editor/paint_editor
        library 
 
      
    
    
    
      Classes
      
          - 
  DrawPaintItem 
 
- 
  Handles the paint ongoing on the canvas.
 
          - 
  PaintEditor 
 
- 
  The 
PaintEditor widget allows users to editing images with paint
tools.
 
          - 
  PaintEditorState 
 
- 
  State class for managing the paint editor, handling user interactions
and paint operations.
 
          - 
  PaintedModel 
 
- 
  Represents a unit of shape or drawing information used in paint.
 
          - 
  PaintModeBottomBarItem 
 
- 
  Represents a model for a paint-mode item, including an icon, a mode
identifier, and a label.
 
      
     
    
      Enums
      
          - 
  EraserMode 
 
- 
  Defines the available erasing modes.
 
          - 
  PaintMode 
 
- 
  The 
PaintMode enum represents different paint-item modes for a drawing
application in Flutter.