add Inspector View
Add new view to inspector layout.
Parameters
inspector View
The inspector view to add.
open fun addInspectorView(@NonNull inspectorView: PropertyInspectorView, @IntRange(from = 0 ) location: Int)
Add new view to inspector layout.
Parameters
inspector View
The inspector view to add.
location
The position at which to add the child or -1 to add last.