FlutterHexagonTagShapePainter constructor

FlutterHexagonTagShapePainter({
  1. Color color = Colors.green,
  2. FlutterTagGradient? tagGradient,
  3. FlutterTagGradient? borderGradient,
  4. BorderSide? borderSide,
})

Implementation

FlutterHexagonTagShapePainter({
  this.color = Colors.green,
  this.tagGradient,
  this.borderGradient,
  this.borderSide,
});