keyForWID method

LocalKey? keyForWID(
  1. AFID? wid
)
inherited

Returns a unique key for the specified widget.

Implementation

LocalKey? keyForWID(AFID? wid) {
  return keyForWIDStatic(wid);
}