MirrorContainerPoints class
- Inheritance
 - 
    
- Object
 - SimpleContainer
 - MirrorContainerPoints
 
 
Constructors
- 
          MirrorContainerPoints({required List<
SimpleContainer> container = const <SimpleContainer>[], required String languageCode, String name = "Specchia", ContainerType type = ContainerType.mirrorPoints, bool added = false, int position = 0, String direction = "horizontal"}) 
Properties
- added ↔ bool
 - 
  
  read / write
 - axis ↔ String
 - 
  It's a variable that is used to identify the component in the tree.
  read / writeinherited
 - 
  container
  ↔ List<
SimpleContainer>  - 
  It's a variable that is used to identify the component in the tree.
  read / writeinherited
 - direction ↔ String
 - 
  
  read / write
 - 
  directions
  → List<
Widget>  - 
  
  latefinal
 - 
  directions2
  → List<
Widget>  - 
  
  final
 - hashCode → int
 - 
  The hash code for this object.
  read-onlyinherited
 - key ↔ Key
 - 
  It's a key that is used to identify the component in the tree.
  read / writeinherited
 - languageCode ↔ String
 - 
  
  read / writeinherited
 - 
  moves
  ↔ List<
SimpleContainer>  - 
  It's a variable that is used to identify the component in the tree.
  read / writeinherited
 - name → String
 - 
  It's a variable that is used to identify the component in the tree.
  finalinherited
 - position ↔ int
 - 
  
  read / write
 - repetitions ↔ int
 - 
  It's a variable that is used to identify the component in the tree.
  read / writeinherited
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  read-onlyinherited
 - type → ContainerType
 - 
  It's a variable that is used to identify the component in the tree.
  finalinherited
 
Methods
- 
  copy(
) → SimpleContainer  - 
  
  override
 - 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toString(
) → String  - 
  A string representation of this object.
  override
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited