MirrorCommands constructor
- {required MirrorContainerCommands item,
 - required Function onChange,
 - Key? key}
 
A constructor for the Mirror class.
Implementation
MirrorCommands({
  required this.item,
  required super.onChange,
  super.key,
});
A constructor for the Mirror class.
MirrorCommands({
  required this.item,
  required super.onChange,
  super.key,
});