strokeStyle property

Object strokeStyle

Source

@DomName('CanvasRenderingContext2D.strokeStyle')
@DocsEditable()
Object get strokeStyle =>
    (_blink.BlinkCanvasRenderingContext2D.instance.strokeStyle_Getter_(this));
void strokeStyle=(Object value)

Source

@DomName('CanvasRenderingContext2D.strokeStyle')
@DocsEditable()
set strokeStyle(Object value) => _blink.BlinkCanvasRenderingContext2D.instance
    .strokeStyle_Setter_(this, value);

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/CanvasRenderingContext2D/strokeStyle.html