Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
Loading...
Searching...
No Matches
faq_dialog.dart File Reference
import package;
import core;
import localization;
import app_localizations.dart;
import ui;
import screens;
import views;
import faild_to_fetch_data_view.dart;
import features;
import settings;
import domain;
import entities;
import faq_entity.dart;
import presentation;
import logic;
import faq_cubit;
import faq_cubit.dart;
import material.dart;
import flutter_bloc.dart;
import flutter_screenutil.dart;
Include dependency graph for faq_dialog.dart:

Go to the source code of this file.

Classes

class  StatefulWidget
class  StatelessWidget

Functions

class FaqDialog extends StatefulWidget initState ()
const FaqDialog ({super.key})
override State< FaqDialogcreateState ()
 _loadfaqs ()
override Widget build (BuildContext context)
const FAQItemWidget ({super.key, required this.faq})

Variables

class FAQListWidget extends StatelessWidget faq

Function Documentation

◆ _loadfaqs()

_loadfaqs ( )

Definition at line 24 of file faq_dialog.dart.

Here is the caller graph for this function:

◆ build()

override Widget build ( BuildContext context)

Definition at line 29 of file faq_dialog.dart.

Here is the call graph for this function:

◆ createState()

override State< FaqDialog > initState::createState ( )

◆ FaqDialog()

const initState::FaqDialog ( {super.key} )
Here is the caller graph for this function:

◆ FAQItemWidget()

const FAQItemWidget ( {super.key, required this.faq} )
Here is the caller graph for this function:

◆ initState()

class FaqDialog extends StatefulWidget initState ( )

Definition at line 10 of file faq_dialog.dart.

Here is the call graph for this function:

Variable Documentation

◆ faq

class FAQListWidget extends StatelessWidget faq