setDocumentTipsInstructionText method
Implementation
InstructionsThemeBuilder setDocumentTipsInstructionText(String v) {
texts['documentTips'] = v;
return this;
}
InstructionsThemeBuilder setDocumentTipsInstructionText(String v) {
texts['documentTips'] = v;
return this;
}