NearbyUIOption constructor

NearbyUIOption({
  1. Uint8List? paginationPreviousButtonImage,
  2. Uint8List? paginationNextButtonImage,
  3. Uint8List? backButtonImage,
  4. String? backgroundColor,
  5. String? refLocationCircleColor,
  6. double? circleAlpha,
  7. String? paginationContainerViewBackgroundColor,
  8. String? paginationPreviousButtonbackgroundcolor,
  9. String? paginationNextButtonbackgroundcolor,
  10. String? nearbyFilterViewContainerBackgroundColor,
  11. double? nearbyFilterCellBorderWidth,
  12. String? nearbyFilterCellBorderColor,
  13. double? nearbyFilterCellCornerRadius,
  14. String? nearbySegmentedViewContainerBackgroundColor,
  15. int? segmentedControlSelectedSegmentIndex,
  16. String? segmentedControlBackgroundColor,
  17. String? segmentedControlBorderColor,
  18. double? segmentedControlBorderWidth,
  19. String? segmentedControlSelectedSegmentTintColor,
  20. String? segmentedControlUnselectedforegroundColor,
  21. String? segmentedControlSelectedforegroundColor,
  22. String? segmentedControltTextFont,
  23. String? tableCellBackgroundColor,
  24. String? tableCellSeparatorColor,
  25. String? placeNameTextColor,
  26. String? placeAddressTextColor,
  27. String? distanceTextColor,
  28. String? navigationBackgroundColor,
  29. Uint8List? refLocationIcon,
  30. String? navigationTitleColor,
  31. String? nearbyToolbarColor,
  32. String? nearbyToolbarTintColor,
  33. String? categoryBackgroundColor,
  34. String? categoryTextColor,
  35. String? categoryIconColor,
  36. String? changeLocationButtonTextColor,
  37. String? locationDetailFormattedAddressTextColor,
  38. String? locationDetailInfoTextColor,
  39. String? locationDetailsBackgroundColor,
  40. String? locationDetailsInfoLabelText,
  41. Uint8List? nearbyToolbarIcon,
  42. String? selectedCategoryBackgroundColor,
  43. String? selectedCategoryTextColor,
  44. String? selectedCategoryIconColor,
  45. String? submitButtonColor,
  46. String? submitButtonText,
  47. String? useCurrentLocationButtonTextColor,
  48. String? submitButtonTextColor,
})

Implementation

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