keyForWIDNotNull method
Returns a unique key for the specified widget.
Implementation
LocalKey keyForWIDNotNull(AFID wid) {
var result = keyForWIDStatic(wid);
return result!;
}
Returns a unique key for the specified widget.
LocalKey keyForWIDNotNull(AFID wid) {
var result = keyForWIDStatic(wid);
return result!;
}