SolidColor constructor Null safety
- Color color
Implementation
const SolidColor(this.color)
: assert(color != null),
super(ZowieColorType.solid);
const SolidColor(this.color)
: assert(color != null),
super(ZowieColorType.solid);