Spotlight constructor
const
Spotlight({})
Implementation
const Spotlight({
super.key,
required this.targetRect,
this.padding = 8.0,
this.overlayColor = const Color.fromRGBO(0, 0, 0, 0.7),
});
const Spotlight({
super.key,
required this.targetRect,
this.padding = 8.0,
this.overlayColor = const Color.fromRGBO(0, 0, 0, 0.7),
});