|
Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
|
import package;import material.dart;import core;import ui;import theme;import color_palette.dart;
Go to the source code of this file.
Classes | |
| class | StatefulWidget |
Functions | |
| class MapButton extends StatefulWidget | build (BuildContext context) |
| const | MapButton ({ super.key, required this.icon, required this.onPressed, this.tooltip, }) |
| override State< MapButton > | createState () |
Variables | |
| final IconData | icon |
| final VoidCallback | onPressed |
| final String | tooltip |
| class MapButton extends StatefulWidget build | ( | BuildContext | context | ) |
| override State< MapButton > build::createState | ( | ) |
| const build::MapButton | ( | { super.key, required this.icon, required this.onPressed, this.tooltip, } | ) |

| final IconData icon |
Definition at line 23 of file map_button.dart.
| final VoidCallback onPressed |
Definition at line 24 of file map_button.dart.
| final String tooltip |
Definition at line 25 of file map_button.dart.