XDropdownLab constructor
Implementation
const XDropdownLab({
Key key,
this.name,
this.color,
this.textColor,
this.fontSize,
this.lableSize,
this.list,
this.onChanged,
this.dropdownValue,
this.style,
}) : super(key: key);
const XDropdownLab({
Key key,
this.name,
this.color,
this.textColor,
this.fontSize,
this.lableSize,
this.list,
this.onChanged,
this.dropdownValue,
this.style,
}) : super(key: key);