FastNotificationCenterOptions constructor

const FastNotificationCenterOptions({
  1. Widget? leadingIcon,
  2. Color? iconColor,
  3. double? iconSize,
})

Implementation

const FastNotificationCenterOptions({
  this.leadingIcon,
  this.iconColor,
  this.iconSize,
});