builder property

dynamic Function(GlobalKey<State<StatefulWidget>> key)? builder
final

builder is passed along with the key.

Implementation

final Function(GlobalKey key)? builder;