MockAppTheme({ ThemeType themeType = ThemeType.WHITE, bool useSystem = false, }) : super( themeType: themeType, useSystem: useSystem, );