DropdownTextRF constructor

const DropdownTextRF(
  1. String modelName,
  2. String fieldName,
  3. dynamic value, {
  4. String? text,
  5. dynamic languageSource,
  6. double? fontSize,
  7. FontWeight? weight,
  8. Color? color,
  9. bool visible = true,
  10. TextStyle? style,
  11. TextAlign align = TextAlign.left,
  12. dynamic template,
})

Implementation

const DropdownTextRF(
  this.modelName,
  this.fieldName,
  this.value, {
  this.text,
  this.languageSource,
  this.fontSize,
  this.weight,
  this.color,
  this.visible = true,
  this.style,
  this.align = TextAlign.left,
  this.template,
});