blendModeId property

int blendModeId

Implementation

int get blendModeId {
  return _blendMode.index;
}
void blendModeId=(int index)

Implementation

set blendModeId(int index) {
  blendMode = ui.BlendMode.values[index];
}