TutorialEntry.multipleKeys constructor

TutorialEntry.multipleKeys(
  1. List<GlobalKey<State<StatefulWidget>>> keys
)

Implementation

TutorialEntry.multipleKeys(List<GlobalKey> keys)
    : rrectList = keys
          .map(
            (key) => getBasicRRect(key),
          )
          .toList();