mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 20:30:35 +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;
|
final Duration? animationDuration;
|
||||||
|
|
||||||
const CustomPieChart({
|
const CustomPieChart({
|
||||||
Key? key,
|
super.key,
|
||||||
required this.data,
|
required this.data,
|
||||||
required this.colors,
|
required this.colors,
|
||||||
this.animationDuration = const Duration(milliseconds: 800),
|
this.animationDuration = const Duration(milliseconds: 800),
|
||||||
}) : super(key: key);
|
});
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue