LinesLayer constructor

const LinesLayer({
  1. Key? key,
  2. required PolarisOptions options,
})

Creates a LinesLayer with the specified options.

Implementation

const LinesLayer({
  super.key,
  required this.options,
});