SpotlightStyle constructor

const SpotlightStyle({
  1. double? radius,
  2. Gradient? gradient,
})

Creates a style which defines how a Spotlight looks.

Implementation

const SpotlightStyle({
  this.radius,
  this.gradient,
});