I18nLayerInteraction constructor

const I18nLayerInteraction({
  1. String remove = '',
  2. String edit = '',
  3. String rotateScale = '',
})

Implementation

const I18nLayerInteraction({
  this.remove = '',
  this.edit = '',
  this.rotateScale = '',
});