menu
Dart
dart:html
PaintRenderingContext2D
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
PaintRenderingContext2D
strokeStyle property
PaintRenderingContext2D class