menu
core_kit package
documentation
spotlight/ck_spotlight.dart
CkSpotlight
CkSpotlight.new const constructor
CkSpotlight.new const constructor
dark_mode
light_mode
CkSpotlight
constructor
const
CkSpotlight
(
{
Key
?
key
,
required
Offset
center
,
required
double
radius
,
required
Color
color
,
})
Implementation
const CkSpotlight({ super.key, required this.center, required this.radius, required this.color, });
core_kit package
documentation
spotlight/ck_spotlight
CkSpotlight
CkSpotlight.new const constructor
CkSpotlight class