FlexibleBannerConfig constructor

const FlexibleBannerConfig({
  1. bool enable = false,
  2. dynamic data,
  3. bool canDrag = true,
  4. bool canClose = true,
  5. num width = 100,
  6. num height = 100,
})

Implementation

const FlexibleBannerConfig({
  this.enable = false,
  this.data,
  this.canDrag = true,
  this.canClose = true,
  this.width = 100,
  this.height = 100,
});