HexBorderStyle constructor

const HexBorderStyle({
  1. Color color = Colors.black,
  2. double width = 1.0,
  3. StrokeJoin join = StrokeJoin.miter,
})

Implementation

const HexBorderStyle({
  this.color = Colors.black,
  this.width = 1.0,
  this.join = StrokeJoin.miter,
});