InspectorOverlay constructor
const
InspectorOverlay({
- Key? key,
- required InspectorSelection selection,
- bool needEdges = true,
- bool needDescription = true,
Implementation
const InspectorOverlay(
{Key? key,
required this.selection,
this.needEdges = true,
this.needDescription = true})
: super(key: key);