CanvasUtils class abstract

Constructors

CanvasUtils()

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

drawImage(Canvas canvas, Offset position, Image img, Size dstSize, Paint paint) → void
drawLines(Canvas canvas, List<double?> pts, int offset, int count, Paint? paint, {DashPathEffect? effect}) → void
renderLimitLabelBackground(Canvas canvas, TextPainter? textPainter, Offset offset, LimitLine limitLine) → void

Constants

labelSpace → const double