GalliSearchWidget
authToken
Type: String
Required: True
Default: null
Description:
GalliSearchWidget( width: 50, authToken: "Token", mapController: galliMapController, )
mapController
Type: GalliMapController
Required: True
Default: null
Description:
GalliSearchWidget( width: 50, authToken: "Token", mapController: galliMapController, )
hint
Type: hint
Required: false
Default: “Search”
Description:
GalliSearchWidget( width: 50, hint:hint authToken: "Token", mapController: galliMapController, )
onAutoCompleteResultTap
Type: Function(Map data)
Required: false
Default: null
Description: a function which runs on auto complete result on tap.
width
Type: double?
Required: false
Default: null
Description: width of the search bar
height
Type: double
Required: false
Default: 48
Description: height of the Searchbar is defined as the 48.