MirrorCommands constructor

MirrorCommands(
  1. {required MirrorContainerCommands item,
  2. required Function onChange,
  3. Key? key}
)

A constructor for the Mirror class.

Implementation

MirrorCommands({
  required this.item,
  required super.onChange,
  super.key,
});