controls property - MediaElement class - dart:html library (original) (raw)

description

bool getcontrols

Implementation

bool get controls native;

setcontrols (bool value)

Implementation

set controls(bool value) native;