Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Highlight zone is up of widget #9

@Liliana99

Description

@Liliana99

Screenshot_1600248320
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:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. 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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions