controls method

Video controls([
  1. bool c = true
])

Implementation

Video controls([bool c = true]) {
  if (c) attr('controls', BooleanAttribute(true));
  return this;
}