alphaCutoff property
Alpha-test threshold used when alphaMode is AlphaMode.mask: fragments whose alpha falls below this are discarded.
Implementation
double get alphaCutoff => _alphaCutoff;
Implementation
set alphaCutoff(double value) {
_alphaCutoff = value;
_markMaterialDataDirty();
}