LiquidDropdown constructor
LiquidDropdown({})
Implementation
LiquidDropdown(
{required this.fieldName,
required this.labelText,
required this.initValue,
required this.fieldWidth,
required this.values,
this.onSaved,
this.onChanged,
required this.isEdit,
this.key});