OpenWithButton constructor
const
OpenWithButton({})
Implementation
const OpenWithButton({
Key? key,
required this.onTap,
required this.iconData,
required this.iconName,
required this.iconBackgroundColor,
}) : super(key: key);