Art
Art
@Ze0nC I just made my own header function for now until this PR is merged.
> Off topic question: do you find any way to modify the content after generation of HTML, just like the Modifier in Plot. I put a STRING_KEY in my article...
Right now you get angle and distance from the center. You need to do some math to reverse it back to x,y. Or some PR is welcome that would allow...
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...
Isn't it the `backgroundColor` "Color of the joystick background" then? Or do you mean something else?
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? Go ahead :)
No, not right now. It should be quite easy to add though, just need to add `List boxShadow` parameter to each factory method in the `CircleView` class as well as...
Sounds good, thank you! :)
@CodeDoctorDE Thank you for your report. If you would like to work on that improvement, that would be great!