menu
Dart
dart:html
OffscreenCanvasRenderingContext2D
strokeStyle property
strokeStyle
brightness_4
brightness_5
description
strokeStyle
property
Object
?
strokeStyle
Implementation
Object? get strokeStyle native;
void
strokeStyle=
(
Object
?
value
)
Implementation
set strokeStyle(Object? value) native;
Dart
dart:html
OffscreenCanvasRenderingContext2D
strokeStyle property
OffscreenCanvasRenderingContext2D class