passthroughSetters method
a widget can tell the framework not to automatically evaluate its value while calling the setters can include the passthrough list here. This is useful if the widget wants to evaluate the value later (e.g. evaluate an Action's variables upon the action execution), or it wants to handle the binding listeners itself (e.g. item-template like)
Implementation
List<String> passthroughSetters() => [];