FlutterDiamondTagShapePainter constructor

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

Constructs a FlutterDiamondTagShapePainter with the given parameters.

Implementation

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