mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 12:24:47 +00:00
Small change
This commit is contained in:
parent
2d991ce9df
commit
5b2523158b
1 changed files with 3 additions and 3 deletions
|
@ -7,11 +7,11 @@ class CustomPieChart extends StatelessWidget {
|
|||
final Duration? animationDuration;
|
||||
|
||||
const CustomPieChart({
|
||||
Key? key,
|
||||
super.key,
|
||||
required this.data,
|
||||
required this.colors,
|
||||
this.animationDuration = const Duration(milliseconds: 800),
|
||||
}) : super(key: key);
|
||||
this.animationDuration = const Duration(milliseconds: 800),
|
||||
});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue