AreaLayer constructor

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

Creates an AreaLayer with the specified options.

Implementation

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