Is it possible to write a stateful widget that can have multiple instates in the same app? Like e.g. an input box? As I understand State must be unique by type so I would have to create a new type for each input box in my app. Is that right?
Is it possible to write a stateful widget that can have multiple instates in the same app? Like e.g. an input box?
As I understand State must be unique by type so I would have to create a new type for each input box in my app. Is that right?