LayerLinkConfig constructor

const LayerLinkConfig({
  1. bool enabled = false,
  2. double buttonRadius = 0,
  3. LayerLink? layerLink,
})

Implementation

const LayerLinkConfig({
  this.enabled = false,
  this.buttonRadius = 0,
  this.layerLink,
});