AppWidgets constructor
const
AppWidgets({
- Key? key,
- required DeviceInfo? deviceInfo,
- required AppInfo appInfo,
- bool isChangeBrightness = true,
Implementation
const AppWidgets({
Key? key,
required this.deviceInfo,
required this.appInfo,
this.isChangeBrightness = true,
}) : super(key: key);