FlPortStyle constructor
const
FlPortStyle({
- FlPortShape shape = FlPortShape.circle,
- Color color = Colors.blue,
- double radius = 4,
- FlLinkStyleBuilder linkStyleBuilder = defaultLinkStyle,
Implementation
const FlPortStyle({
this.shape = FlPortShape.circle,
this.color = Colors.blue,
this.radius = 4,
this.linkStyleBuilder = defaultLinkStyle,
});