placeholder property
The placeholder text for the Question Steps using an answer format which requires text entry
Implementation
String get placeholder => _placeholder;
Implementation
set placeholder(String placeholder) {
this._placeholder = placeholder;
}