Dn-a / flutter_tags

With flutter tags you can create selectable or input tags that automatically adapt to the screen width
https://pub.dartlang.org/packages/flutter_tags
MIT License
507 stars 127 forks source link

disable shadow #41

Closed MihaelaTIMIS closed 4 years ago

MihaelaTIMIS commented 4 years ago

Can I disable the shadow of ItemTags ? Thank you.

Dn-a commented 4 years ago

@MihaelaTIMIS use elevation field

ItemTags(
  elevation:0,
);
Dn-a commented 4 years ago

@MihaelaTIMIS solved?

MihaelaTIMIS commented 4 years ago

yes! thanks ;)