containsKey abstract method

bool containsKey(
  1. Key key
)

Checks if the stack contains a widget with the given key.

Implementation

bool containsKey(Key key);