rasitayaz / flutter-pie-menu

A Flutter package providing a highly customizable circular/radial context menu
https://rasitayaz.github.io/flutter-pie-menu/
MIT License
33 stars 18 forks source link

Is is possible to remove or transparent the center circle? #49

Closed pqthealth closed 10 months ago

pqthealth commented 10 months ago

Is it possible to color the circle that is displayed where the user taps and holds or clicks and hold?

rasitayaz commented 10 months ago
PieTheme(pointerColor: Colors.transparent)

let me know if you have any issues

pqthealth commented 10 months ago

Thank you, worked perfect.