floaty_chathead
floaty_chathead copied to clipboard
can't assign text to variable type string
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.
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), ), ]
Hello Takasungi
Did you ever find a solution to this problem?