mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-06-05 14:20:24 +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
|
@ -14,7 +14,7 @@ class CustomListTile extends StatelessWidget {
|
|||
final Color? color;
|
||||
|
||||
const CustomListTile({
|
||||
Key? key,
|
||||
super.key,
|
||||
required this.title,
|
||||
this.subtitle,
|
||||
this.subtitleWidget,
|
||||
|
@ -26,7 +26,7 @@ class CustomListTile extends StatelessWidget {
|
|||
this.disabled,
|
||||
this.onHover,
|
||||
this.color,
|
||||
}) : super(key: key);
|
||||
});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue