Open azarudeenpn opened 4 years ago
Which one do you mean? There are currently those parameters regarding joystick's colour you can change:
/// Color of the joystick background
///
/// Defaults to [Colors.blueGrey]
final Color backgroundColor;
/// Color of the inner (smaller) circle background
///
/// Defaults to [Colors.blueGrey]
final Color innerCircleColor;
You can pass those parameters to the JoystickView's init.
I mean the color of outer circle (bigger) which limiting the movement of center button.
Isn't it the backgroundColor
"Color of the joystick background" then? Or do you mean something else?
I mean the border circle.
Not possible at the moment then. Need to inject the colour all the way to factory CircleView.joystickCircle(double size, Color color)
. PR is welcome.
Hello, can I try to solve out this?
Hello, can I try to solve out this?
Go ahead :)
Is there any way i can change the colour of outer circle?