FlPortStyle constructor

const FlPortStyle({
  1. FlPortShape shape = FlPortShape.circle,
  2. Color color = Colors.blue,
  3. double radius = 4,
  4. FlLinkStyleBuilder linkStyleBuilder = defaultLinkStyle,
})

Implementation

const FlPortStyle({
  this.shape = FlPortShape.circle,
  this.color = Colors.blue,
  this.radius = 4,
  this.linkStyleBuilder = defaultLinkStyle,
});