GradientException.withValue constructor
Creates a GradientException object that includes the value that triggered this exception.
Implementation
const GradientException.withValue(this.value, [this.message]);
Creates a GradientException object that includes the value that triggered this exception.
const GradientException.withValue(this.value, [this.message]);