width property - VideoElement class - dart:html library (original) (raw)

description

int getwidth

Implementation

int get width native;

setwidth (int value)

Implementation

set width(int value) native;