controls property

bool get controls

Implementation

bool get controls => _html.controls;
set controls (bool v)

Implementation

set controls(bool v) => _html.controls = v;