ajilo297 / Flutter-Dotted-Border

A Flutter package to easily add dashed borders around widgets
https://pub.dev/packages/dotted_border
MIT License
295 stars 63 forks source link

Make customPath a function with size param #8

Closed tomwyr closed 4 years ago

tomwyr commented 4 years ago

This change would add possibility to draw custom paths depending on size of the widget.

tomwyr commented 4 years ago

E.g. right now I try to make a dotted horizontal line that is as big as child widget but this is not possible without knowing its width.