PerformanceLabel constructor
const
PerformanceLabel({})
Implementation
const PerformanceLabel({
super.key,
required this.modelName,
required this.fps,
required this.inferenceMs,
this.preMs = 0,
this.modelMs = 0,
this.postMs = 0,
});