Skip to content

setter not working #1

@AhmedEzio47

Description

@AhmedEzio47

I've a simple problem the setter does not get fired.
here's my usage:
DropDownField(
value: selectedCategory,
strict: true,
icon: Icon(Icons.category),
items: categories,
setter: (dynamic newValue) {
setState(() {
selectedCategory = newValue;
});
}
),

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