keyForWID method
Returns a unique key for the specified widget.
Implementation
LocalKey? keyForWID(AFID? wid) {
return keyForWIDStatic(wid);
}
Returns a unique key for the specified widget.
LocalKey? keyForWID(AFID? wid) {
return keyForWIDStatic(wid);
}