FinancialEntityCategoryModel constructor

const FinancialEntityCategoryModel(
  1. Color indicatorColor,
  2. double indicatorFraction,
  3. String title,
  4. String subtitle,
  5. double usdAmount,
  6. Widget suffix,
)

Implementation

const FinancialEntityCategoryModel(
  this.indicatorColor,
  this.indicatorFraction,
  this.title,
  this.subtitle,
  this.usdAmount,
  this.suffix,
);