
Describe the bug
A clear and concise description of what the bug is.
Although I put the padding to slide bubbleShowcase, the highlight zone always is up from widget that I've vinculad with global key!!
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
A clear and concise description of what you expected to happen.
This is an code to RelativeBubbleSlide
As you can see the padding here:
RelativeBubbleSlide(
widgetKey: key,
child: RelativeBubbleSlideChild(
widget: Padding(
padding: EdgeInsets.only(top: 8.0),
child: SpeechBubble(
nipLocation: NipLocation.TOP,
color: kColorCaption,
child: Padding(
padding: EdgeInsets.all(10),
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
mainAxisSize: MainAxisSize.min,
children: [...]),),)
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context
Add any other context about the problem here.