florent37 / Flutter-ShapeOfView

Give a custom shape to any flutter widget, Material Design 2 ready
https://pub.dev/packages/shape_of_view
Apache License 2.0
215 stars 27 forks source link

Use as a ShapeBorder directly #1

Closed Nico04 closed 5 years ago

Nico04 commented 5 years ago

How can I use your plugin in the shape property of a showModalBottomSheet ? More globally, how can we use your shapes directly as ShapeBorder ?

For know it looks like with HAVE to use a ShapeOfView Widget, with is not always wanted...

Thanks !

Nico04 commented 5 years ago

Sorry, I missed the ShapeOfViewBorder ! Perfect :)