ShareIconConfiguration constructor
ShareIconConfiguration({
- StringCallback? onPressed,
- Widget? icon,
- Color? defaultIconBackgroundColor,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
- Color? defaultIconColor,
Implementation
ShareIconConfiguration({
this.onPressed,
this.icon,
this.defaultIconBackgroundColor,
this.padding,
this.margin,
this.defaultIconColor,
});