UFUMultiSelectModel constructor
UFUMultiSelectModel({
- required String label,
- required String id,
- String? prefixLabel,
- String? suffixLabel,
- Widget? child,
- Color? color,
- Color? borderColor,
- required bool isSelect,
- List<
UFUMultiSelectModel> ? subList, - int? subListLength,
- List<
TagLimitedModel> ? tags, - dynamic additionData,
- bool displayLabelOnly = false,
- bool? active = true,
- UFUInputBoxController? labelController,
- bool isDisabled = false,
- String? disableMessage,
- dynamic additionalDetails,
Implementation
UFUMultiSelectModel({
required this.label,
required this.id,
this.prefixLabel,
this.suffixLabel,
this.child,
this.color,
this.borderColor,
required this.isSelect,
this.subList,
this.subListLength,
this.tags,
this.additionData,
this.displayLabelOnly = false,
this.active = true,
this.labelController,
this.isDisabled = false,
this.disableMessage,
this.additionalDetails,
});