setSecondInstructionIconAsset method
Implementation
InstructionsThemeBuilder setSecondInstructionIconAsset(String v) {
assets['secondInstructionIcon'] = v;
return this;
}
InstructionsThemeBuilder setSecondInstructionIconAsset(String v) {
assets['secondInstructionIcon'] = v;
return this;
}