onStarted property

(dynamic Function(BuildContext context)?) onStarted
final

called before the main widget is starting to be build

Implementation

final Function(BuildContext context)? onStarted;