NoticeIcon constructor

const NoticeIcon({
  1. Widget? infoIcon,
  2. Widget? errorIcon,
  3. Widget? warningIcon,
  4. Widget? successIcon,
  5. double iconSize = 35,
})

Implementation

const NoticeIcon({
  this.infoIcon,
  this.errorIcon,
  this.warningIcon,
  this.successIcon,
  this.iconSize = 35,
});