boundKey property

GlobalKey<State<StatefulWidget>>? boundKey
final

The GlobalKey of the bound. If set, constraintsMin, constraintsMax, flexibilityMin and flexibilityMax can't be null.

Implementation

final GlobalKey? boundKey;