inspector library

Classes

Inspector
A widget that renders a table of type-aware editors for one or more Inspectable objects.
InspectorState
State for the Inspector widget.

Typedefs

EditorBuilder = EditorBase Function({Object? customData, Key? key, void onUpdatedProperty(dynamic value)?, required List<Inspectable> owners, required String propertyName})
Factory function signature for creating property editor instances.