sheenColorTexture property
Sheen color texture.
Implementation
TextureSource? get sheenColorTexture => _sheenColorTexture;
Implementation
set sheenColorTexture(TextureSource? value) {
if (identical(_sheenColorTexture, value)) return;
_sheenColorTexture = value;
_markMaterialDataDirty(variant: true);
}