ChoiceField constructor
      
      ChoiceField({})
     
    
    
Implementation
ChoiceField({
  this.width = 120,
  this.height = 13,
  this.textStyle,
  required this.name,
  required this.items,
  this.value,
  this.replaces,
});ChoiceField({
  this.width = 120,
  this.height = 13,
  this.textStyle,
  required this.name,
  required this.items,
  this.value,
  this.replaces,
});