UFUSingleSelectModel constructor
UFUSingleSelectModel({
- required String label,
- required String id,
- Widget? child,
- Color? color,
- Color? borderColor,
- double? borderWidth,
- Widget? suffix,
- VoidCallback? onTapItem,
- dynamic additionalData,
- String? prefixLabel,
- String subLabel = '',
- UFUInputBoxController? labelController,
- bool? isEditable = false,
- bool? active = true,
Implementation
UFUSingleSelectModel({
required this.label,
required this.id,
this.child,
this.color,
this.borderColor,
this.borderWidth,
this.suffix,
this.onTapItem,
this.additionalData,
this.prefixLabel,
this.subLabel = '',
this.labelController,
this.isEditable = false,
this.active = true
});