WithGlobalKey constructor

const WithGlobalKey(
  1. Widget builder(
    1. BuildContext context,
    2. GlobalKey<State<StatefulWidget>> key
    ), {
  2. Key? key,
})

Implementation

const WithGlobalKey(this.builder, {super.key});