TutorialEntry.multipleKeys constructor
TutorialEntry.multipleKeys(
- List<
GlobalKey< keysState< >StatefulWidget> >
Implementation
TutorialEntry.multipleKeys(List<GlobalKey> keys)
: rrectList = keys
.map(
(key) => getBasicRRect(key),
)
.toList();