GradientBorderPainter constructor

GradientBorderPainter({
  1. required Gradient gradient,
  2. double strokeWidth = 2.0,
  3. double borderRadius = 16.0,
})

Implementation

GradientBorderPainter({
  required this.gradient,
  this.strokeWidth = 2.0,
  this.borderRadius = 16.0,
});