menu
Dart
dart:html
CanvasElement
width property
width
brightness_4
brightness_5
description
width
property
int
?
width
The width of this canvas element in CSS pixels.
Implementation
int? get width native;
void
width=
(
int
?
value
)
Implementation
set width(int? value) native;
Dart
dart:html
CanvasElement
width property
CanvasElement class