|
Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
|
import package;import material.dart;import flutter_screenutil.dart;import ui;import theme;import color_palette.dart;
Go to the source code of this file.
Classes | |
| class | DocumentOption |
Functions | |
| class DocumentOption | showDocumentOptions (BuildContext context, List< DocumentOption > options,) |
| DocumentOption ({ required this.icon, required this.title, required this.color, required this.onTap, }) | |
| Widget | _buildDocumentOption ({ required IconData icon, required String title, required Color color, required VoidCallback onTap, }) |
Variables | |
| final IconData | icon |
| final String | title |
| final Color | color |
| final VoidCallback | onTap |
| Widget _buildDocumentOption | ( | { required IconData icon, required String title, required Color color, required VoidCallback onTap, } | ) |
Definition at line 130 of file show_documents_option.dart.
| showDocumentOptions::DocumentOption | ( | { required this.icon, required this.title, required this.color, required this.onTap, } | ) |


| class DocumentOption showDocumentOptions | ( | BuildContext | context, |
| List< DocumentOption > | options ) |
🧠Dynamically built options
Definition at line 1 of file show_documents_option.dart.

| final Color color |
Definition at line 23 of file show_documents_option.dart.
| final IconData icon |
Definition at line 21 of file show_documents_option.dart.
| final VoidCallback onTap |
Definition at line 24 of file show_documents_option.dart.
| final String title |
Definition at line 22 of file show_documents_option.dart.