HexagonBorderPainter constructor

HexagonBorderPainter({
  1. required Color color,
  2. double strokeWidth = 1.0,
})

Implementation

HexagonBorderPainter({required this.color, this.strokeWidth = 1.0});