Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
map_button.dart File Reference
import package;
import material.dart;
import core;
import ui;
import theme;
import color_palette.dart;
Include dependency graph for map_button.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< MapButtoncreateState ()

Variables

final IconData icon
final VoidCallback onPressed
final String tooltip

Function Documentation

◆ build()

class MapButton extends StatefulWidget build ( BuildContext context)

Definition at line 5 of file map_button.dart.

Here is the call graph for this function:

◆ createState()

override State< MapButton > build::createState ( )

◆ MapButton()

const build::MapButton ( { super.key, required this.icon, required this.onPressed, this.tooltip, } )
Here is the caller graph for this function:

Variable Documentation

◆ icon

final IconData icon

Definition at line 23 of file map_button.dart.

◆ onPressed

final VoidCallback onPressed

Definition at line 24 of file map_button.dart.

◆ tooltip

final String tooltip

Definition at line 25 of file map_button.dart.