onStart property

dynamic Function(int?, GlobalKey<State<StatefulWidget>>)? onStart
final

Triggered every time on start of each showcase.

Implementation

final Function(int?, GlobalKey)? onStart;