CupertinoUserInterfaceLevel constructor
- Key? key,
- required CupertinoUserInterfaceLevelData data,
- required Widget child,
Creates a CupertinoUserInterfaceLevel to change descendant Cupertino widget's visual level.
Implementation
const CupertinoUserInterfaceLevel({
super.key,
required CupertinoUserInterfaceLevelData data,
required super.child,
}) : _data = data;