inspectorBuilder property

InspectorBuilder? inspectorBuilder
final

Optional exclusive complete-inspector override.

Later extensions get the first opportunity to handle a selection. Returning null delegates to the earlier builder. If every override returns null, the standard inspector and its additive sections are rendered.

Implementation

final InspectorBuilder? inspectorBuilder;