Inspector constructor
const
Inspector({})
Implementation
const Inspector({
super.key,
required this.child,
this.customRecordBuilders = const {},
this.isShow = false,
this.actions,
});
const Inspector({
super.key,
required this.child,
this.customRecordBuilders = const {},
this.isShow = false,
this.actions,
});