PopupBannerConfig constructor

const PopupBannerConfig({
  1. bool enable = false,
  2. dynamic data,
  3. bool alwaysShowUponOpen = true,
  4. String? closePosition = 'topRight',
  5. int updatedTime = 0,
})

Implementation

const PopupBannerConfig({
  this.enable = false,
  this.data,
  this.alwaysShowUponOpen = true,
  this.closePosition = 'topRight',
  this.updatedTime = 0,
});