ItemMatrixProperties constructor

ItemMatrixProperties(
  1. double value,
  2. Vector2 position, {
  3. double? valueTop,
  4. double? valueTopLeft,
  5. double? valueTopRight,
  6. double? valueBottom,
  7. double? valueBottomLeft,
  8. double? valueBottomRight,
  9. double? valueLeft,
  10. double? valueRight,
})

Implementation

ItemMatrixProperties(
  this.value,
  this.position, {
  this.valueTop,
  this.valueTopLeft,
  this.valueTopRight,
  this.valueBottom,
  this.valueBottomLeft,
  this.valueBottomRight,
  this.valueLeft,
  this.valueRight,
});