DDButton constructor

DDButton({
  1. Key? key,
  2. required List values,
  3. dynamic onChanged(
    1. dynamic value
    )?,
  4. int? initValueIndex,
})

Implementation

DDButton(
    {super.key, required this.values, this.onChanged, this.initValueIndex});