InteractiveLayer constructor

const InteractiveLayer({
  1. Key? key,
  2. InteractiveLayerOptions? options,
})

Implementation

const InteractiveLayer({Key? key, this.options})
    : super(key: key, options: options);