builder property
Component Function(BuildContext context)
builder
final
Produces the component subtree and may call hooks.
Implementation
final Component Function(BuildContext context) builder;
Produces the component subtree and may call hooks.
final Component Function(BuildContext context) builder;