menu
nabit_app
screens\business_screens\screens\month_wise_chart.dart
MonthWiseChart
MonthWiseChart const constructor
MonthWiseChart
dark_mode
light_mode
MonthWiseChart
constructor
const
MonthWiseChart
(
{
Key
?
key
,
required
List
<
MetricData
>
metricData
}
)
Implementation
const MonthWiseChart({super.key, required this.metricData});
nabit_app
month_wise_chart
MonthWiseChart
MonthWiseChart const constructor
MonthWiseChart class