UIMultiSelectInputBlockData constructor

UIMultiSelectInputBlockData({
  1. String? key,
  2. List<UISelectInputOption>? options,
  3. List<String>? value,
  4. String? placeholder,
  5. int? size,
  6. Color? color,
  7. FontDesign? design,
  8. FontWeight? weight,
  9. TextAlign? textAlign,
  10. FrameData? frame,
})

Implementation

UIMultiSelectInputBlockData({
  this.key,
  this.options,
  this.value,
  this.placeholder,
  this.size,
  this.color,
  this.design,
  this.weight,
  this.textAlign,
  this.frame,
});