onDraw

open fun onDraw(@NonNull canvas: Canvas, @NonNull parent: PropertyInspector)

Draw required decorations to canvas supplied to the PropertyInspector. This method will draw before any inspector view is drawn.

Parameters

canvas

Canvas to draw into

parent

PropertyInspector we are drawing onto.