builder property
Builder function that provides the content to render within the stopping context.
This callback receives the BuildContext and returns the widget tree where glass effects are controlled; defaults to no-op if not provided, but required for content.
Implementation
final Widget Function(BuildContext context) builder;