PCanvasHTMLStateExtra class

Inheritance

Properties

direction String?
final
fillStyle Object?
final
font String
final
globalAlpha num
final
globalCompositeOperation String
final
hashCode int
The hash code for this object.
no setterinherited
imageSmoothingEnabled bool?
final
lineCap String
final
lineJoin String
final
lineWidth num
final
miterLimit num
final
properties Map<String, Object?>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadowBlur num
final
shadowColor String
final
shadowOffsetX num
final
shadowOffsetY num
final
strokeStyle Object?
final
textAlign String
final
textBaseline String
final

Methods

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

Operators

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