minikin/popover

Odd/broken box shadow

Closed this issue · 2 comments

There're gaps in the shadow:

shadow: [const BoxShadow(blurRadius: 40)],
image

and to make it more pronounced:

  shadow: [
    const BoxShadow(
        offset: Offset(30, 30), blurRadius: 0)
  ],
image

@maxim-saplin Is anything holding you back from implementing it and submitting a pull request?

I was passing by, no palns to invest time into this package :(

One more piece of feedback, there're no docs to APIs, figuring out what params mean by their name might be a challenge