menu
messenger
ui/page/home/page/chat/widget/with_global_key.dart
WithGlobalKey
WithGlobalKey const constructor
WithGlobalKey
dark_mode
light_mode
WithGlobalKey
constructor
const
WithGlobalKey
(
Widget
builder
(
BuildContext
context
,
GlobalKey
<
State
<
StatefulWidget
>
>
key
), {
Key
?
key
,
})
Implementation
const WithGlobalKey(this.builder, {super.key});
messenger
with_global_key
WithGlobalKey
WithGlobalKey const constructor
WithGlobalKey class