Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
Loading...
Searching...
No Matches
last_three_months_performance_card.dart File Reference
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;
Include dependency graph for last_three_months_performance_card.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

Function Documentation

◆ _buildBarGroups()

List< BarChartGroupData > _buildBarGroups ( )

Definition at line 110 of file last_three_months_performance_card.dart.

Here is the caller graph for this function:

◆ _buildBarTouchData()

BarTouchData _buildBarTouchData ( BuildContext context)

Definition at line 178 of file last_three_months_performance_card.dart.

Here is the caller graph for this function:

◆ _buildTitlesData()

FlTitlesData _buildTitlesData ( )

Definition at line 147 of file last_three_months_performance_card.dart.

Here is the caller graph for this function:

◆ _getMonthName()

String _getMonthName ( int monthIndex)

Definition at line 62 of file last_three_months_performance_card.dart.

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

◆ _getMonthNames()

List< String > _getMonthNames ( )

Definition at line 50 of file last_three_months_performance_card.dart.

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

◆ build()

override Widget build ( BuildContext context)

Definition at line 81 of file last_three_months_performance_card.dart.

Here is the call graph for this function:

◆ didChangeDependencies()

override void didChangeDependencies ( )

Definition at line 45 of file last_three_months_performance_card.dart.

Here is the call graph for this function:

◆ initState()

override void initState ( )

Definition at line 34 of file last_three_months_performance_card.dart.

Variable Documentation

◆ earnings

class LastThreeMonthsPerformanceCard extends StatefulWidget earnings

◆ hoveredIndex

int hoveredIndex

Definition at line 31 of file last_three_months_performance_card.dart.

◆ months

late List<String> months

Definition at line 30 of file last_three_months_performance_card.dart.