FlutterStarTagShapePainter constructor

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

Implementation

FlutterStarTagShapePainter({
  this.color = Colors.blue,
  this.tagGradient,
  this.borderGradient,
  this.borderSide,
});