Loading...
Searching...
No Matches
LocationView Class Reference

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ LocationView()

const LocationView.LocationView ( Key ,
onViewCreated ,
textDirection  )
inline

Definition at line 23 of file location_view.dart.

Member Function Documentation

◆ createState()

Object LocationView.createState ( )
inline

Definition at line 26 of file location_view.dart.

◆ onViewCreated()

void LocationView.onViewCreated ( LocationWindow arg)

callback provides access to location view's main class.

Class is used to interact with the view.


The documentation for this class was generated from the following file: