mix icon indicating copy to clipboard operation
mix copied to clipboard

Margin is different than what I would expect

Open bernaferrari opened this issue 1 year ago • 8 comments

Package version

No response

Flutter version

No response

Steps to reproduce

https://github.com/conceptadev/mix/assets/351125/07f5d6f5-bb89-4239-a481-c67c24640ef9

Expected results

I expect margin to not be included in the GestureListener, just like the web ( <a href="https://tailwindcss.com/docs" class="text-sky-500 hover:text-sky-600 bg-red-500 m-16">Read the docs &rarr;</a>)

Actual results

.

Code sample

Style(margin(16))

bernaferrari avatar Feb 12 '24 16:02 bernaferrari