UIMultiSelectInputBlockData constructor
UIMultiSelectInputBlockData({
- String? key,
- List<
UISelectInputOption> ? options, - List<
String> ? value, - String? placeholder,
- int? size,
- Color? color,
- FontDesign? design,
- FontWeight? weight,
- TextAlign? textAlign,
- FrameData? frame,
Implementation
UIMultiSelectInputBlockData({
this.key,
this.options,
this.value,
this.placeholder,
this.size,
this.color,
this.design,
this.weight,
this.textAlign,
this.frame,
});