ThemeItemShow constructor

const ThemeItemShow(
  1. CustomAppThemeData themeItem, {
  2. Key? key,
})

Implementation

const ThemeItemShow(this.themeItem,{Key? key}) : super(key: key);