ShareIconConfiguration constructor
ShareIconConfiguration({
- ValueSetter<
String> ? 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,
});