|
Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
|
import package;import material.dart;import flutter_screenutil.dart;import go_router.dart;import dart;import as;import math;
Go to the source code of this file.
Classes | |
| class | StatefulWidget |
| class | CustomPainter |
Functions | |
| override void | initState () |
| override void | dispose () |
| void | _handleTapDown (TapDownDetails details) |
| void | _handleTapUp (TapUpDetails details) |
| void | _handleTapCancel () |
| override Widget | build (BuildContext context) |
| DashboardItem ({ required this.title, required this.icon, required this.color, this.subtitle, this.path, this.isEnabled, this.onTap, }) | |
Variables | |
| class DashboardCard extends StatefulWidget | _controller |
| late Animation< double > | _scaleAnimation |
| bool | _isPressed = false |
| class CircularProgressPainter extends CustomPainter | title |
| final IconData | icon |
| final Color | color |
| final String | subtitle |
| final String | path |
| final bool | isEnabled |
| final VoidCallback | onTap |
| void _handleTapCancel | ( | ) |
| void _handleTapDown | ( | TapDownDetails | details | ) |
| void _handleTapUp | ( | TapUpDetails | details | ) |
| override Widget build | ( | BuildContext | context | ) |
| DashboardItem | ( | { required this.title, required this.icon, required this.color, this.subtitle, this.path, this.isEnabled, this.onTap, } | ) |
| override void dispose | ( | ) |
Definition at line 42 of file dashboard_card.dart.
| override void initState | ( | ) |
Definition at line 27 of file dashboard_card.dart.
| class DashboardCard extends StatefulWidget _controller |
| bool _isPressed = false |
Definition at line 24 of file dashboard_card.dart.
| late Animation<double> _scaleAnimation |
Definition at line 23 of file dashboard_card.dart.
| final Color color |
Definition at line 229 of file dashboard_card.dart.
| final IconData icon |
Definition at line 228 of file dashboard_card.dart.
| final bool isEnabled |
Definition at line 232 of file dashboard_card.dart.
| final VoidCallback onTap |
Definition at line 233 of file dashboard_card.dart.
| final String path |
Definition at line 231 of file dashboard_card.dart.
| final String subtitle |
Definition at line 230 of file dashboard_card.dart.
| class CircularProgressPainter extends CustomPainter title |