compactTheme constant

WorkflowConfig const compactTheme

Implementation

static const WorkflowConfig compactTheme = WorkflowConfig(
  nodeWidth: 150.0,
  nodeHeight: 80.0,
  gridSize: 30.0,
);