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