MirrorContainerPoints constructor

MirrorContainerPoints(
  1. {required List<SimpleContainer> container = const <SimpleContainer>[],
  2. required String languageCode,
  3. String name = "Specchia",
  4. ContainerType type = ContainerType.mirrorPoints,
  5. bool added = false,
  6. int position = 0,
  7. String direction = "horizontal"}
)

Implementation

MirrorContainerPoints({
  required super.container,
  required super.languageCode,
  super.name = "Specchia",
  super.type = ContainerType.mirrorPoints,
  this.added = false,
  this.position = 0,
  this.direction = "horizontal",
});