Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
Loading...
Searching...
No Matches
CustomPainter Class Reference

Private Member Functions

 CircularProgressPainter ({ required this.progress, required this.progressColor, this.strokeWidth=2.0, })
override void paint (Canvas canvas, Size size)
override bool shouldRepaint (CustomPainter oldDelegate)
const ArcPainter ()
override void paint (Canvas canvas, Size size)
override bool shouldRepaint (covariant CustomPainter oldDelegate)

Private Attributes

final double progress
final Color progressColor
final double strokeWidth

Detailed Description

Definition at line 172 of file dashboard_card.dart.

Member Function Documentation

◆ ArcPainter()

const CustomPainter::ArcPainter ( )
private

◆ CircularProgressPainter()

CustomPainter::CircularProgressPainter ( { required this.progress, required this.progressColor, this.strokeWidth=2.0, } )
private

◆ paint() [1/2]

override void CustomPainter::paint ( Canvas canvas,
Size size )
inlineprivate

Definition at line 184 of file dashboard_card.dart.

Here is the caller graph for this function:

◆ paint() [2/2]

override void CustomPainter::paint ( Canvas canvas,
Size size )
inlineprivate

Definition at line 55 of file segmented_circular_progress.dart.

Here is the call graph for this function:

◆ shouldRepaint() [1/2]

override bool CustomPainter::shouldRepaint ( covariant CustomPainter oldDelegate)
private

◆ shouldRepaint() [2/2]

override bool CustomPainter::shouldRepaint ( CustomPainter oldDelegate)
private

Member Data Documentation

◆ progress

final double CustomPainter::progress
private

Definition at line 173 of file dashboard_card.dart.

◆ progressColor

final Color CustomPainter::progressColor
private

Definition at line 174 of file dashboard_card.dart.

◆ strokeWidth

final double CustomPainter::strokeWidth
private

Definition at line 175 of file dashboard_card.dart.


The documentation for this class was generated from the following files: