SelectedObjects constructor

SelectedObjects({
  1. required SelectedType type,
  2. required int animation,
  3. int? frame,
  4. int? toColor,
})

Implementation

SelectedObjects({
  required this.type,
  required this.animation,
  this.frame,
  this.toColor
});