MirrorSimpleContainer constructor
- {required ContainerType type,
- required String languageCode,
- String name = "Specchia croce",
- int position = 0,
- String direction = "horizontal"}
Implementation
MirrorSimpleContainer({
required super.type,
required super.languageCode,
super.name = "Specchia croce",
this.position = 0,
this.direction = "horizontal",
});