Skip to content

the value of Widget Text() widget in my case ....doesn't update .. #10

@VIP-Dev-Invisible

Description

@VIP-Dev-Invisible
controller: _controller,
                                                items: List.generate(
                                                  optionLength.length,
                                                  (index) => CheckListCard(
                                                    value: mySnapshot
                                                        .docs[_counter.value]
                                                            ['options'][index]
                                                        .toString(),
                                                    title:
                                                       Text(mySnapshot
                                                                        .docs[
                                                                    _counter
                                                                        .value][
                                                                'options'][index]),
                                                    selected:
                                                        getSelectedOptions(
                                                      mySnapshot,
                                                      index,
                                                    ),
                                                    selectedColor: Colors.white,
                                                    checkColor: Colors.amber,
                                                    checkBoxBorderSide:
                                                        BorderSide(
                                                            color:
                                                                Colors.amber),
                                                    decorations: MultiSelectItemDecorations(
                                                        decoration:
                                                            BoxDecoration(
                                                                color: Colors
                                                                    .amber
                                                                    .withOpacity(
                                                                        0.1)),
                                                        selectedDecoration:
                                                            BoxDecoration(
                                                                color: Colors
                                                                    .amber
                                                                    .withOpacity(
                                                                        0.8))),
                                                    shape:
                                                        RoundedRectangleBorder(
                                                      borderRadius:
                                                          BorderRadius.circular(
                                                              5),
                                                    ),
                                                  ),
                                                ),
                                                onChange: (allSelectedItems,
                                                    selectedItem) {

                                                }),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions