Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
Loading...
Searching...
No Matches
segmented_circular_progress.dart File Reference
import dart;
import package;
import core;
import localization;
import app_localizations.dart;
import ui;
import widgets;
import custom_card.dart;
import material.dart;
import flutter_screenutil.dart;
Include dependency graph for segmented_circular_progress.dart:

Go to the source code of this file.

Classes

class  StatelessWidget
class  CustomPainter

Functions

class Co2EmissionIndicator extends StatelessWidget Co2ArcIndicator({ Key? key, }) override Widget build (BuildContext context)
const SegmentData (this.color, this.percentage)
 GaugePainter ({ required this.value, required this.maxValue, })
override void paint (Canvas canvas, Size size)
override bool shouldRepaint (covariant CustomPainter oldDelegate)

Variables

final double value
class ArcPainter extends CustomPainter color
final double percentage
final double maxValue

Function Documentation

◆ build()

class Co2EmissionIndicator extends StatelessWidget Co2ArcIndicator({ Key? key, }) override Widget build ( BuildContext context)

Definition at line 40 of file segmented_circular_progress.dart.

◆ GaugePainter()

GaugePainter ( { required this.value, required this.maxValue, } )
Here is the caller graph for this function:

◆ paint()

override void paint ( Canvas canvas,
Size size )

Definition at line 205 of file segmented_circular_progress.dart.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ SegmentData()

const SegmentData ( this. color,
this. percentage )
Here is the caller graph for this function:

◆ shouldRepaint()

override bool shouldRepaint ( covariant CustomPainter oldDelegate)

Variable Documentation

◆ color

class ArcPainter extends CustomPainter color

◆ maxValue

final double maxValue

Definition at line 197 of file segmented_circular_progress.dart.

◆ percentage

final double percentage

Definition at line 130 of file segmented_circular_progress.dart.

◆ value

class CO2GaugeChart extends StatelessWidget value

Definition at line 41 of file segmented_circular_progress.dart.