CustomLayout constructor

CustomLayout(
  1. String userId,
  2. String streamId,
  3. int x,
  4. int y,
  5. int width,
  6. int height,
)

Implementation

CustomLayout(this.userId, this.streamId, this.x, this.y, this.width, this.height);