Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
cancellation_bottom_sheet.dart File Reference
import package;
import fluentui_system_icons.dart;
import material.dart;
import flutter_bloc.dart;
import flutter_screenutil.dart;
import core;
import ui;
import theme;
import color_palette.dart;
import bloc;
import collections_bloc;
import collections_bloc.dart;
Include dependency graph for cancellation_bottom_sheet.dart:

Go to the source code of this file.

Classes

class  StatefulWidget

Functions

class CancellationBottomSheet extends StatefulWidget initState ()
final Function (int) onReasonSelected
const CancellationBottomSheet ({ super.key, required this.collectionId, required this.onReasonSelected, })
override State< CancellationBottomSheetcreateState ()
override Widget build (BuildContext context)

Variables

final int collectionId

Function Documentation

◆ build()

override Widget build ( BuildContext context)

Definition at line 31 of file cancellation_bottom_sheet.dart.

Here is the call graph for this function:

◆ CancellationBottomSheet()

const initState::CancellationBottomSheet ( { super.key, required this.collectionId, required this.onReasonSelected, } )
Here is the caller graph for this function:

◆ createState()

override State< CancellationBottomSheet > initState::createState ( )

◆ Function()

final initState::Function ( int )
Here is the caller graph for this function:

◆ initState()

class CancellationBottomSheet extends StatefulWidget initState ( )

Definition at line 9 of file cancellation_bottom_sheet.dart.

Here is the call graph for this function:

Variable Documentation

◆ collectionId

final int collectionId

Definition at line 26 of file cancellation_bottom_sheet.dart.