blendModeId property

int get blendModeId

Implementation

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

Implementation

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