ThemeScope constructor

ThemeScope({
  1. required Theme theme,
  2. required Widget child,
  3. Key? key,
})

Implementation

ThemeScope({required this.theme, required super.child, super.key});