builder property
An optional builder function for customizing the widget tree.
Implementation
final Widget Function(BuildContext context, Widget? child)? builder;
An optional builder function for customizing the widget tree.
final Widget Function(BuildContext context, Widget? child)? builder;