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