FinancialEntityCategoryView constructor
const
FinancialEntityCategoryView({})
Implementation
const FinancialEntityCategoryView({
Key? key,
required this.indicatorColor,
required this.indicatorFraction,
required this.title,
required this.subtitle,
required this.semanticsLabel,
required this.amount,
required this.suffix,
}) : super(key: key);