Interpolation du signe du dollar Flutter
// escape the dollar sign with a \ : resulting in \$
'\$${tx.amount.toString()}'
Manga301
// escape the dollar sign with a \ : resulting in \$
'\$${tx.amount.toString()}'