NUISpotlightContainer constructor
NUISpotlightContainer({})
Implementation
NUISpotlightContainer({
Key? key,
required this.child,
this.controller,
this.initialSpotlightIndex,
this.dimColor,
this.animation = false,
this.enabled = true,
this.onTap,
this.ignoring = true
}) : super(key: key);