setTitle method

Implementation

PermissionThemeBuilder setTitle(String v) {
  texts['title'] = v;
  return this;
}