DepthChartTranslations constructor

const DepthChartTranslations({
  1. String price = 'Price',
  2. String amount = 'Amount',
})

Implementation

const DepthChartTranslations({
  this.price = 'Price',
  this.amount = 'Amount',
});