KSelectOption<T> constructor
const
KSelectOption<T> ({})
Implementation
const KSelectOption(
{this.value,
this.icon,
this.label,
this.sublabel,
this.labelBuilder,
this.child,
this.disabled = false,
this.divider = false});