ComposerCommonButton constructor
const
ComposerCommonButton({})
Implementation
const ComposerCommonButton({
super.key,
required this.onTap,
required this.child,
this.backgroundColor,
this.foregroundColor,
required this.tooltipMessage,
});