Spotlight constructor

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

Implementation

Spotlight({required this.enabled, String? url})
    : url = url ?? _defaultSpotlightUrl();