NxOptions<T>.withSelected constructor

NxOptions<T>.withSelected({
  1. String? imageAsset,
  2. String? imageNetwork,
  3. String? name,
  4. T? value,
  5. bool? isSelected,
})

Implementation

NxOptions.withSelected({
    this.imageAsset,
    this.imageNetwork,
    this.name,
    this.value,
    this.isSelected
});