Item Decoration
An ItemDecoration allows the application to add custom drawing to specific inspector views. This can be useful for drawing dividers between items, highlights etc.
Inheritors
Functions
Link copied to clipboard
open fun getItemOffsets(@NonNull outRect: Rect, @NonNull inspectorView: PropertyInspectorView, @NonNull parent: PropertyInspector)
Retrieve offset for the given inspector view.
Link copied to clipboard
Draw required decorations to canvas supplied to the PropertyInspector.
Link copied to clipboard
Draw any appropriate decorations into the Canvas supplied to the .