i can't use txtMsg variable that type string. not error but not show any txt, i can log txtMsg after update body when openbubble it's blank.
EachRow(columns: [
EachColumn(
text: FloatyHeadText(
text: txtMsg,
fontSize: 12,
textColor: Colors.black87,
fontWeight: FontWeight.bold),
padding: FloatyHeadPadding.setSymmetricPadding(6, 8),
decoration: FloatyHeadDecoration(
startColor: Colors.black12, borderRadius: 25.0),
margin: FloatyHeadMargin(top: 4),
),
]
i can't use txtMsg variable that type string. not error but not show any txt, i can log txtMsg after update body when openbubble it's blank.