Params constructor
Params({
- int? length,
- bool mandatory = false,
- int? minAllowed,
- int? maxAllowed,
- bool? isMultiple,
- DisplayMode? displayMode,
- SelectPlusValueMode? selectPlusValueType,
- String? unit,
- String? placeholder,
- int? minimumInputLines,
- String? description,
- String? imgUrl,
- String? imgDescription,
- String? minValueLabel,
- String? maxValueLabel,
- String? nullBoolLabel,
- String? selectorDisplayMode,
- String? ratingDisplayMode,
- bool? hasOtherOption,
Implementation
Params({
this.length,
this.mandatory = false,
this.minAllowed,
this.maxAllowed,
this.isMultiple,
this.displayMode,
this.selectPlusValueType,
this.unit,
this.placeholder,
this.minimumInputLines,
this.description,
this.imgUrl,
this.imgDescription,
this.minValueLabel,
this.maxValueLabel,
this.nullBoolLabel,
this.selectorDisplayMode,
this.ratingDisplayMode,
this.hasOtherOption,
});