Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
Loading...
Searching...
No Matches
transaction_summary_view.dart File Reference
import package;
import core;
import localization;
import app_localizations.dart;
import ui;
import widgets;
import custom_card.dart;
import utils;
import collections_utils.dart;
import features;
import collections;
import domain;
import entities;
import collection_entity.dart;
import presentation;
import screens;
import transaction_history_screen;
import views;
import competed_transactions_view;
import transactions_summary_view;
import transaction_card.dart;
import transactions_summary_card.dart;
import material.dart;
import flutter_screenutil.dart;
Include dependency graph for transaction_summary_view.dart:

Go to the source code of this file.

Classes

class  StatefulWidget

Functions

class TransactionSummaryView extends StatefulWidget build (BuildContext context)
const TransactionSummaryView ({ super.key, required this.collections, required this.title, })
override State< TransactionSummaryViewcreateState ()
const WeeklyView ({ super.key, required this.collections, required this.title, })
const MonthlyView ({ super.key, required this.collections, required this.title, })

Variables

final List< CollectionEntitycollections
final String title

Function Documentation

◆ build()

class TransactionSummaryView extends StatefulWidget build ( BuildContext context)

Definition at line 11 of file transaction_summary_view.dart.

Here is the call graph for this function:

◆ createState()

override State< TransactionSummaryView > build::createState ( )

◆ MonthlyView()

const build::MonthlyView ( { super.key, required this.collections, required this.title, } )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ TransactionSummaryView()

const build::TransactionSummaryView ( { super.key, required this.collections, required this.title, } )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ WeeklyView()

const build::WeeklyView ( { super.key, required this.collections, required this.title, } )
Here is the caller graph for this function:

Variable Documentation

◆ collections

final List< CollectionEntity > collections

Definition at line 34 of file transaction_summary_view.dart.

◆ title

final String title

Definition at line 35 of file transaction_summary_view.dart.