mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-06-07 15:17:45 +00:00
Fixed most of the warnings
This commit is contained in:
parent
715ca0ab3f
commit
f7c3ba0374
87 changed files with 252 additions and 250 deletions
|
@ -7,12 +7,12 @@ class CustomRadio extends StatelessWidget {
|
|||
final Color backgroundColor;
|
||||
|
||||
const CustomRadio({
|
||||
Key? key,
|
||||
super.key,
|
||||
required this.value,
|
||||
required this.groupValue,
|
||||
this.onChange,
|
||||
required this.backgroundColor,
|
||||
}) : super(key: key);
|
||||
});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue