MirrorContainerCommands constructor
- {required List<
SimpleContainer> container = const <SimpleContainer>[], - required String languageCode,
- String name = "Specchia",
- ContainerType type = ContainerType.mirrorCommands,
- bool added = false,
- int position = 0,
- String direction = "horizontal"}
Implementation
MirrorContainerCommands({
required super.container,
required super.languageCode,
super.name = "Specchia",
super.type = ContainerType.mirrorCommands,
this.added = false,
this.position = 0,
this.direction = "horizontal",
});