allTargetKeys property

List<GlobalKey<State<StatefulWidget>>> get allTargetKeys

Returns all target keys for this step (primary + extras).

Implementation

List<GlobalKey> get allTargetKeys => [targetKey, ...?extraTargetKeys];