buildContent method
- BuildContext context
Builds the primary contents of the route.
Implementation
@override
Widget buildContent(BuildContext context) {
return CupertinoUserInterfaceLevel(
data: CupertinoUserInterfaceLevelData.elevated,
child: _CupertinoSheetScope(child: builder(context)),
);
}