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