InheritedCupertinoTheme constructor
- Key? key,
- required CupertinoTheme theme,
- required Widget child,
Creates an InheritedTheme that provides a CupertinoTheme to all decendents.
Implementation
const InheritedCupertinoTheme({
super.key,
required this.theme,
required super.child,
});