controls property
bool?
get
controls
Implementation
bool? get controls {
return $$context$$["controls"];
}
set
controls
(bool? value)
Implementation
set controls(bool? value) {
$$context$$["controls"] = value;
}