setCaptionText method

PermissionThemeBuilder setCaptionText(
  1. String v
)

Implementation

PermissionThemeBuilder setCaptionText(String v) {
  texts['caption'] = v;
  return this;
}