JoyStick constructor
const
JoyStick({})
Implementation
const JoyStick(
{super.key,
required this.radius,
required this.stickRadius,
required this.callback,
this.onPtzChanged
});
const JoyStick(
{super.key,
required this.radius,
required this.stickRadius,
required this.callback,
this.onPtzChanged
});