ItemSettings constructor

ItemSettings(
  1. VideoStreamsPosition position,
  2. bool visibility,
  3. String color
)

Implementation

ItemSettings(this.position, this.visibility, this.color);