ShareIconConfiguration constructor

ShareIconConfiguration({
  1. StringCallback? onPressed,
  2. Widget? icon,
  3. Color? defaultIconBackgroundColor,
  4. EdgeInsetsGeometry? padding,
  5. EdgeInsetsGeometry? margin,
  6. Color? defaultIconColor,
})

Implementation

ShareIconConfiguration({
  this.onPressed,
  this.icon,
  this.defaultIconBackgroundColor,
  this.padding,
  this.margin,
  this.defaultIconColor,
});