XArcTextDrawer class

Constructors

XArcTextDrawer()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

draw({required Canvas canvas, required Offset centerPos, required double radius, required String text, required TextStyle textStyle, required TextPainter textPainter, double startAngle = 90, double endAngle = 90, ArcTextDirection textArcDirection = ArcTextDirection.Clockwise, ArcTextBaseline baseline = ArcTextBaseline.Outer, Watcher? watcher, int letterSpacing = 0}) → void
Draw arc text