WidgetDecoration constructor

WidgetDecoration({
  1. Color? backgroundColor,
  2. Color? textColor,
  3. Color? iconColor,
  4. double? wrapperSize,
  5. Color? wrapperBgColor,
})

constructor

Implementation

WidgetDecoration({
  this.backgroundColor,
  this.textColor,
  this.iconColor,
  this.wrapperSize,
  this.wrapperBgColor,
});