ThemeInfoCard constructor

const ThemeInfoCard({
  1. Key? key,
  2. required ThemeService themeService,
})

Implementation

const ThemeInfoCard({super.key, required this.themeService});