Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
CustomPainter Class Reference

Private Member Functions

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

Private Attributes

final double progress
final Color progressColor
final double strokeWidth

Detailed Description

Definition at line 3 of file splash_screen_circles_painter.dart.

Member Function Documentation

◆ 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 9 of file splash_screen_circles_painter.dart.

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

◆ paint() [2/2]

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

Definition at line 202 of file dashboard_card.dart.

◆ shouldRepaint() [1/2]

override bool CustomPainter::shouldRepaint ( CustomPainter oldDelegate)
private

◆ shouldRepaint() [2/2]

override bool CustomPainter::shouldRepaint ( SplashScreenCirclesPainter oldDelegate)
inlineprivate

Definition at line 40 of file splash_screen_circles_painter.dart.

Here is the call graph for this function:

◆ SplashScreenCirclesPainter()

CustomPainter::SplashScreenCirclesPainter ( {required this.progress} )
private
Here is the caller graph for this function:

Member Data Documentation

◆ progress

final double CustomPainter::progress
private

Definition at line 4 of file splash_screen_circles_painter.dart.

◆ progressColor

final Color CustomPainter::progressColor
private

Definition at line 192 of file dashboard_card.dart.

◆ strokeWidth

final double CustomPainter::strokeWidth
private

Definition at line 193 of file dashboard_card.dart.


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