BalancesChart constructor
const
BalancesChart({})
Implementation
const BalancesChart({
Key? key,
required this.userId,
required this.currency,
required this.amountType,
this.showRaw,
this.transactionTypes,
this.chartOptions,
this.themeConfig,
}) : super(key: key);