ZdsRadioList<U extends ZdsRadioItem> constructor

const ZdsRadioList<U extends ZdsRadioItem>(
  1. {Key? key,
  2. Widget? title,
  3. List<U> items = const <Never>[],
  4. void onChange(
    1. U? item
    )?,
  5. U? initialValue,
  6. bool condensed = false}
)

Create a list of items with a radio button and a label.

items can't be null.

Implementation

const ZdsRadioList