JoystickView constructor
JoystickView({})
Implementation
JoystickView(
{super.key,
this.size,
this.iconsColor = Colors.white54,
this.backgroundColor = Colors.blueGrey,
this.innerCircleColor = Colors.blueGrey,
this.opacity,
this.onDirectionChanged,
this.interval,
this.showArrows = true});