|
Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
|
import package;import core;import constants;import app_values.dart;import localization;import app_localizations.dart;import ui;import widgets;import custom_card.dart;import fl_chart.dart;import material.dart;import flutter_screenutil.dart;import intl.dart;
Go to the source code of this file.
Classes | |
| class | StatefulWidget |
Functions | |
| override void | initState () |
| override void | didChangeDependencies () |
| List< String > | _getMonthNames () |
| String | _getMonthName (int monthIndex) |
| override Widget | build (BuildContext context) |
| List< BarChartGroupData > | _buildBarGroups () |
| FlTitlesData | _buildTitlesData () |
| BarTouchData | _buildBarTouchData (BuildContext context) |
Variables | |
| class LastThreeMonthsPerformanceCard extends StatefulWidget | earnings |
| late List< String > | months |
| int | hoveredIndex |
| List< BarChartGroupData > _buildBarGroups | ( | ) |
Definition at line 110 of file last_three_months_performance_card.dart.

| BarTouchData _buildBarTouchData | ( | BuildContext | context | ) |
Definition at line 178 of file last_three_months_performance_card.dart.

| FlTitlesData _buildTitlesData | ( | ) |
Definition at line 147 of file last_three_months_performance_card.dart.

| String _getMonthName | ( | int | monthIndex | ) |
Definition at line 62 of file last_three_months_performance_card.dart.


| List< String > _getMonthNames | ( | ) |
Definition at line 50 of file last_three_months_performance_card.dart.


| override Widget build | ( | BuildContext | context | ) |
Definition at line 81 of file last_three_months_performance_card.dart.

| override void didChangeDependencies | ( | ) |
Definition at line 45 of file last_three_months_performance_card.dart.

| override void initState | ( | ) |
Definition at line 34 of file last_three_months_performance_card.dart.
| class LastThreeMonthsPerformanceCard extends StatefulWidget earnings |
| int hoveredIndex |
Definition at line 31 of file last_three_months_performance_card.dart.
| late List<String> months |
Definition at line 30 of file last_three_months_performance_card.dart.