mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 19:14:42 +08:00
feat: loudnorm (#1358)
* feat: loudnorm * fix * fix: android only * fix: toString
This commit is contained in:
committed by
GitHub
parent
046412b709
commit
22c57bf468
@@ -9,7 +9,7 @@ import 'package:get/get.dart';
|
||||
class SetSwitchItem extends StatefulWidget {
|
||||
final String? title;
|
||||
final String? subtitle;
|
||||
final String? setKey;
|
||||
final String setKey;
|
||||
final bool defaultVal;
|
||||
final ValueChanged<bool>? onChanged;
|
||||
final bool needReboot;
|
||||
@@ -21,7 +21,7 @@ class SetSwitchItem extends StatefulWidget {
|
||||
const SetSwitchItem({
|
||||
this.title,
|
||||
this.subtitle,
|
||||
this.setKey,
|
||||
required this.setKey,
|
||||
this.defaultVal = false,
|
||||
this.onChanged,
|
||||
this.needReboot = false,
|
||||
|
||||
Reference in New Issue
Block a user