artur-ios-dev / flutter_control_pad

A control pad with a virtual joystick and buttons.
https://pub.dev/packages/control_pad
GNU General Public License v3.0
40 stars 24 forks source link

Background shadow color #27

Open caelinsutch opened 4 years ago

caelinsutch commented 4 years ago

Is there a way to change the background shadow color?

artur-ios-dev commented 4 years ago

No, not right now. It should be quite easy to add though, just need to add List<BoxShadow> boxShadow parameter to each factory method in the CircleView class as well as to JoystickView. Feel feee to open PR.

caelinsutch commented 4 years ago

In general I feel like there should be more control and/or better documentation for styling this widget. I'll open up a PR at some point when I'm not so busy at work.

artur-ios-dev commented 4 years ago

Sounds good, thank you! :)