cupertinoWidgetBuilder property
Builder function for the Cupertino (iOS) implementation.
This function receives the context and child widget and should return
a wrapped version of the child with Cupertino-specific styling or behavior.
Implementation
@protected
final Widget Function(BuildContext context, Widget child) cupertinoWidgetBuilder;