PolarisLayer constructor

const PolarisLayer({
  1. Key? key,
})

Creates a PolarisLayer.

Implementation

const PolarisLayer({
  super.key,
});