ThemeItemShow constructor

const ThemeItemShow(
  1. CustomAppThemeData themeItem, {
  2. Key? key,
  3. ValueChanged<CustomAppThemeData>? onChanged,
})

Implementation

const ThemeItemShow(this.themeItem, {super.key, this.onChanged});