Skip to content

can't assign text to variable type string #4

@takasungi

Description

@takasungi

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),
    ),
  ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions