ItemsPickInt constructor

ItemsPickInt({
  1. required IntOptions options,
  2. int? value,
  3. Widget? label,
  4. String? emptyText,
  5. bool clearable = false,
  6. HorAlign align = HorAlign.center,
  7. void onChange(
    1. int?
    )?,
})

Implementation

ItemsPickInt({required this.options, this.value, this.label, this.emptyText, this.clearable = false, this.align = HorAlign.center, this.onChange}) : super();