RenderMetricsInjection constructor

const RenderMetricsInjection({
  1. RenderMetrics? metrics,
  2. Map<String, String> upsertEntries = const <String, String>{},
  3. Set<String> removeKeys = const <String>{},
  4. bool clearEntries = false,
})

Implementation

const RenderMetricsInjection({
  this.metrics,
  this.upsertEntries = const <String, String>{},
  this.removeKeys = const <String>{},
  this.clearEntries = false,
});