WorkflowLayout constructor

WorkflowLayout({
  1. num? x,
  2. num? y,
})

Implementation

WorkflowLayout({this.x, this.y});