KeyPropertiesBaseCommand constructor

const KeyPropertiesBaseCommand({
  1. required int meIndex,
  2. required int keyerIndex,
  3. int? keyType,
  4. bool? enabled,
  5. bool? flyEnabled,
  6. int? fillSource,
  7. int? keySource,
  8. bool? maskEnabled,
  9. int? maskTop,
  10. int? maskBottom,
  11. int? maskLeft,
  12. int? maskRight,
})

Implementation

const KeyPropertiesBaseCommand({
  required this.meIndex,
  required this.keyerIndex,
  this.keyType,
  this.enabled,
  this.flyEnabled,
  this.fillSource,
  this.keySource,
  this.maskEnabled,
  this.maskTop,
  this.maskBottom,
  this.maskLeft,
  this.maskRight,
});