XDropdownLab constructor

const XDropdownLab(
  1. {Key key,
  2. String name,
  3. Color color,
  4. Color textColor,
  5. double fontSize,
  6. double lableSize,
  7. List<String> list,
  8. void onChanged(
    1. String
    ),
  9. String dropdownValue,
  10. TextStyle style}
)

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);