tag property

String? tag
finalinherited

This is for when you have multiple nested ObserverWidget widgets and you want to get the corresponding ObserverWidgetState.

It must be a unique string in the tree.

Implementation

final String? tag;