menu
messenger
ui/page/home/page/chat/widget/with_global_key.dart
WithGlobalKey
builder property
builder
dark_mode
light_mode
builder
property
Widget
Function
(
BuildContext
context
,
GlobalKey
<
State
<
StatefulWidget
>
>
key
)
builder
final
Builder building the
Widget
.
Implementation
final Widget Function(BuildContext context, GlobalKey key) builder;
messenger
with_global_key
WithGlobalKey
builder property
WithGlobalKey class