|
Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
|
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;
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< CancellationBottomSheet > | createState () |
| override Widget | build (BuildContext context) |
Variables | |
| final int | collectionId |
| override Widget build | ( | BuildContext | context | ) |
Definition at line 31 of file cancellation_bottom_sheet.dart.

| const initState::CancellationBottomSheet | ( | { super.key, required this.collectionId, required this.onReasonSelected, } | ) |

| override State< CancellationBottomSheet > initState::createState | ( | ) |
| final initState::Function | ( | int | ) |

| class CancellationBottomSheet extends StatefulWidget initState | ( | ) |
Definition at line 9 of file cancellation_bottom_sheet.dart.

| final int collectionId |
Definition at line 26 of file cancellation_bottom_sheet.dart.