Orb constructor
const
Orb({
- Key? key,
- required OrbController controller,
- double radius = 80.0,
- List<
Color> waveColors = OrbPalette.siriOriginal, - GestureTapCallback? onTap,
Implementation
const Orb({
super.key,
required this.controller,
this.radius = 80.0,
this.waveColors = OrbPalette.siriOriginal,
this.onTap,
});