ModulaShareButton constructor
const
ModulaShareButton({})
Implementation
const ModulaShareButton({
required this.onTap,
required this.icon,
super.key,
this.backgroundColor,
this.borderColor,
this.isFilled = true,
this.size = 48,
this.borderRadius = 10,
this.animationDuration = const Duration(milliseconds: 150),
});