Tour
[WIP] a Tour component for feature discoverability
PROPS
| name | description | type | default |
|---|---|---|---|
| visible | Whether to show the tour or not | bool | false |
| onClose | callback for closing the tour | func | |
| overlayColor | The overlay background color | string | Colors.white |
| overlayOpacity | The overlay opacity | number | 0.9 |
| message | the message to show next to the target component | string | |
| messageStyle | the message custom style | union |