key property

GlobalKey<State<T>> get key

Implementation

GlobalKey<State<T>> get key => context.key as GlobalKey<State<T>>;