|
Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
|
import package;import material.dart;import flutter_screenutil.dart;import easy_localization.dart;import core;import ui;import theme;import color_palette.dart;import widgets;import custom_scaffold.dart;
Go to the source code of this file.
Classes | |
| class | StatelessWidget |
Functions | |
| const | _TransactionSummaryItem ({ required this.icon, required this.amount, required this.label, required this.isIncome, }) |
| override Widget | build (BuildContext context) |
Variables | |
| class WalletScreen extends StatelessWidget | icon |
| final String | amount |
| final String | label |
| final bool | isIncome |
| const _TransactionSummaryItem | ( | { required this.icon, required this.amount, required this.label, required this.isIncome, } | ) |

| override Widget build | ( | BuildContext | context | ) |
| final String amount |
Definition at line 219 of file wallet_screen.dart.
| class WalletScreen extends StatelessWidget icon |
| final bool isIncome |
Definition at line 221 of file wallet_screen.dart.
| final String label |
Definition at line 220 of file wallet_screen.dart.