WorkflowConfig class
Constructors
-
WorkflowConfig({Color primaryColor = Colors.blue, Color secondaryColor = Colors.grey, Color backgroundColor = Colors.white, double nodeWidth = 200.0, double nodeHeight = 120.0, double gridSize = 50.0, double connectionStrokeWidth = 2.0, bool showGrid = true, bool enableSnapping = false, double snapDistance = 10.0, Duration animationDuration = const Duration(milliseconds: 300), Map<String, dynamic> customProperties = const {}})
-
const
Methods
-
copyWith({Color? primaryColor, Color? secondaryColor, Color? backgroundColor, double? nodeWidth, double? nodeHeight, double? gridSize, double? connectionStrokeWidth, bool? showGrid, bool? enableSnapping, double? snapDistance, Duration? animationDuration, Map<String, dynamic>? customProperties})
→ WorkflowConfig
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited