DrawOnPath extension
- on
Methods
-
drawOnPath(
Path path, void drawElementAt(int index, Canvas canvas, Offset position), {required double spacing}) → void -
Available on Canvas, provided by the DrawOnPath extension
draws pattern defined indrawElementAt
alongpath
. -
drawTextOnPath(
String text, Path path, {TextStyle textStyle = const TextStyle(), double letterSpacing = 0.0, bool autoSpacing = false, bool isClosed = false, TextDirection textDirection = TextDirection.ltr, TextAlignment textAlignment = TextAlignment.mid}) → void -
Available on Canvas, provided by the DrawOnPath extension
drawstext
onpath
withtextStyle