alphaOffset property

int alphaOffset

Implementation

int get alphaOffset => offsets[3];
void alphaOffset=(int value)

Implementation

set alphaOffset(int value) {
  offsets[3] = value;
}