PrettyQrGradientBrush constructor

const PrettyQrGradientBrush({
  1. required Gradient gradient,
})

Creates a brush from gradient.

Implementation

const PrettyQrGradientBrush({
  required this.gradient,
}) : super._(0x00000000);