I18nLayerInteraction constructor

const I18nLayerInteraction({
  1. String remove = 'Remove',
  2. String edit = 'Edit',
  3. String rotateScale = 'Rotate and Scale',
})

Implementation

const I18nLayerInteraction({
  this.remove = 'Remove',
  this.edit = 'Edit',
  this.rotateScale = 'Rotate and Scale',
});