builder property
Signature for a function that creates a widget. The builder has a higher priority, prioritize using builder before child.
Implementation
final WidgetBuilder builder;
Signature for a function that creates a widget. The builder has a higher priority, prioritize using builder before child.
final WidgetBuilder builder;