ActionTwoText constructor
const
ActionTwoText({})
Implementation
const ActionTwoText(
{super.key,
required this.first,
required this.second,
this.firstStyle,
this.separator = ": ",
this.secondStyle,
this.actions,
this.isShowCopy = true,
this.isShowSend = true,
this.firstColor,
this.sendText,
this.secondColor});