HexBorderStyle constructor
const
HexBorderStyle({
- Color color = Colors.black,
- double width = 1.0,
- StrokeJoin join = StrokeJoin.miter,
Implementation
const HexBorderStyle({
this.color = Colors.black,
this.width = 1.0,
this.join = StrokeJoin.miter,
});