ThemeState constructor

const ThemeState({
  1. required String themeType,
})

Implementation

const ThemeState({required this.themeType});