Spotlight constructor

Spotlight({
  1. required bool enabled,
  2. String? url,
})

Implementation

Spotlight({required this.enabled, this.url});