builder property
The builder function that constructs the sheet's content widget, receiving the sheet-specific BuildContext for theming and signal access.
Implementation
final Widget Function(BuildContext context) builder;The builder function that constructs the sheet's content widget, receiving the sheet-specific BuildContext for theming and signal access.
final Widget Function(BuildContext context) builder;