FlutterCloudTagShapePainter constructor

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

Constructs a FlutterCloudTagShapePainter with optional parameters for customization.

Implementation

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