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