NearbyUIOption class

Used for UI related settings

Constructors

NearbyUIOption({Uint8List? paginationPreviousButtonImage, Uint8List? paginationNextButtonImage, Uint8List? backButtonImage, String? backgroundColor, String? refLocationCircleColor, double? circleAlpha, String? paginationContainerViewBackgroundColor, String? paginationPreviousButtonbackgroundcolor, String? paginationNextButtonbackgroundcolor, String? nearbyFilterViewContainerBackgroundColor, double? nearbyFilterCellBorderWidth, String? nearbyFilterCellBorderColor, double? nearbyFilterCellCornerRadius, String? nearbySegmentedViewContainerBackgroundColor, int? segmentedControlSelectedSegmentIndex, String? segmentedControlBackgroundColor, String? segmentedControlBorderColor, double? segmentedControlBorderWidth, String? segmentedControlSelectedSegmentTintColor, String? segmentedControlUnselectedforegroundColor, String? segmentedControlSelectedforegroundColor, String? segmentedControltTextFont, String? tableCellBackgroundColor, String? tableCellSeparatorColor, String? placeNameTextColor, String? placeAddressTextColor, String? distanceTextColor, String? navigationBackgroundColor, Uint8List? refLocationIcon, String? navigationTitleColor, String? nearbyToolbarColor, String? nearbyToolbarTintColor, String? categoryBackgroundColor, String? categoryTextColor, String? categoryIconColor, String? changeLocationButtonTextColor, String? locationDetailFormattedAddressTextColor, String? locationDetailInfoTextColor, String? locationDetailsBackgroundColor, String? locationDetailsInfoLabelText, Uint8List? nearbyToolbarIcon, String? selectedCategoryBackgroundColor, String? selectedCategoryTextColor, String? selectedCategoryIconColor, String? submitButtonColor, String? submitButtonText, String? useCurrentLocationButtonTextColor, String? submitButtonTextColor})

Properties

backButtonImage Uint8List?
final
backgroundColor String?
To set the background color of nearby category selection screen
final
categoryBackgroundColor String?
To set category item background color
final
categoryIconColor String?
To set Category icon color
final
categoryTextColor String?
To set Category item text color
final
changeLocationButtonTextColor String?
To set change location button Text color
final
circleAlpha double?
To set circle alpha for reference location
final
distanceTextColor String?
To set result item distance text color
final
hashCode int
The hash code for this object.
no setterinherited
locationDetailFormattedAddressTextColor String?
To set selected location Address text color
final
locationDetailInfoTextColor String?
To set location detail information text color
final
locationDetailsBackgroundColor String?
To set background color of location detail view
final
locationDetailsInfoLabelText String?
To set location detail information text
final
final
final
nearbyFilterCellBorderColor String?
final
nearbyFilterCellBorderWidth double?
final
nearbyFilterCellCornerRadius double?
final
nearbyFilterViewContainerBackgroundColor String?
To set Category Filter Background color
final
nearbySegmentedViewContainerBackgroundColor String?
final
nearbyToolbarColor String?
To set the toolbar color of nearby result screen
final
nearbyToolbarIcon Uint8List?
To set the toolbar icon on category selection screen
final
nearbyToolbarTintColor String?
final
paginationContainerViewBackgroundColor String?
To set background color of page selection view
final
paginationNextButtonbackgroundcolor String?
To set next page selector button background
final
paginationNextButtonImage Uint8List?
To set next page selector button icon
final
paginationPreviousButtonbackgroundcolor String?
To set previous page selector button background
final
paginationPreviousButtonImage Uint8List?
To set previous page selector button icon
final
placeAddressTextColor String?
To set result item address text color
final
placeNameTextColor String?
To set result item place name text color
final
refLocationCircleColor String?
To set circle color around reference location
final
refLocationIcon Uint8List?
To set reference location marker icon
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
segmentedControlBackgroundColor String?
final
segmentedControlBorderColor String?
final
segmentedControlBorderWidth double?
final
segmentedControlSelectedforegroundColor String?
final
segmentedControlSelectedSegmentIndex int?
final
segmentedControlSelectedSegmentTintColor String?
final
segmentedControltTextFont String?
final
segmentedControlUnselectedforegroundColor String?
final
selectedCategoryBackgroundColor String?
To set selected category item background color
final
selectedCategoryIconColor String?
final
selectedCategoryTextColor String?
To set selected category item text color
final
submitButtonColor String?
final
submitButtonText String?
final
submitButtonTextColor String?
final
tableCellBackgroundColor String?
final
tableCellSeparatorColor String?
final
useCurrentLocationButtonTextColor String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited