setOptions method

void setOptions(
  1. FormCollection options
)

Set the options for the chip group

Implementation

void setOptions(FormCollection options) {
  stateAction("setOptions", state: state, data: {"options": options});
}