Class is used to display a Navigine location via Flutter StatefulWidget. More...
Public Member Functions | |
| const | LocationView (Key, onViewCreated, textDirection) |
| Object | createState () |
| void | onViewCreated (LocationWindow arg) |
| callback provides access to location view's main class. | |
Class is used to display a Navigine location via Flutter StatefulWidget.
void Function(LocationWindow) onViewCreated callback provides access to location view's main class
Definition at line 22 of file location_view.dart.
|
inline |
Definition at line 23 of file location_view.dart.
|
inline |
Definition at line 26 of file location_view.dart.
| void LocationView.onViewCreated | ( | LocationWindow | arg | ) |
callback provides access to location view's main class.
Class is used to interact with the view.