height property - OffscreenCanvas class - dart:html library (original) (raw)

description

int? getheight

Implementation

int? get height native;

setheight (int? value)

Implementation

set height(int? value) native;