menu
vyuh_node_flow package
documentation
nodes/node_shape.dart
NodeShape
NodeShape.new const constructor
NodeShape.new const constructor
dark_mode
light_mode
NodeShape
constructor
const
NodeShape
(
{
Color
?
fillColor
,
Color
?
strokeColor
,
double
?
strokeWidth
,
})
Implementation
const NodeShape({this.fillColor, this.strokeColor, this.strokeWidth});
vyuh_node_flow package
documentation
nodes/node_shape
NodeShape
NodeShape.new const constructor
NodeShape class