ShareButtonOptions constructor
- {required VoidCallback action,
- IconData? icon,
- bool show = true,
- Color? backgroundColor = Colors.blue,
- Color? iconColor = Colors.white}
Implementation
ShareButtonOptions({
required this.action,
this.icon,
this.show = true,
this.backgroundColor = Colors.blue,
this.iconColor = Colors.white,
});