SelectedObjects constructor
SelectedObjects({
- required SelectedType type,
- required int animation,
- int? frame,
- int? toColor,
Implementation
SelectedObjects({
required this.type,
required this.animation,
this.frame,
this.toColor
});