CanvasText class

Implementers
Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

CanvasText()
factory

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

fillText(String text, dynamic x, dynamic y, [dynamic maxWidth]) → void

Available on CanvasText, provided by the PropsCanvasText extension

measureText(String text) TextMetrics

Available on CanvasText, provided by the PropsCanvasText extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
strokeText(String text, dynamic x, dynamic y, [dynamic maxWidth]) → void

Available on CanvasText, provided by the PropsCanvasText extension

toString() String
A string representation of this object.
inherited

Operators

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