GradientException constructor
const
GradientException([
- String? message
Creates a GradientException object.
Implementation
const GradientException([this.message]) : value = null;
Creates a GradientException object.
const GradientException([this.message]) : value = null;