SmartNotificationOptions constructor

const SmartNotificationOptions({
  1. String title = 'Location Tracking',
  2. String content = 'Tracking your trip...',
  3. String icon = 'ic_bg_service_small',
})

Implementation

const SmartNotificationOptions({
  this.title = 'Location Tracking',
  this.content = 'Tracking your trip...',
  this.icon = 'ic_bg_service_small',
});