CurrencyText constructor

const CurrencyText(
  1. double data, {
  2. Key? key,
})

Implementation

const CurrencyText(
  this.data, {
  super.key,
});