gradient property

List<String?>? gradient

Implementation

List<String?>? get gradient => getProperty(this, 'gradient')?.cast<String?>();
void gradient=(List<String?>? value)

Implementation

set gradient(List<String?>? value) {
  setProperty(this, 'gradient', value);
}