RuntimeInsightOverlayStrings constructor

const RuntimeInsightOverlayStrings({
  1. required String title,
  2. required String tabCpu,
  3. required String tabRam,
  4. required String tabDisk,
  5. required String tabNetwork,
  6. required String cpuTitle,
  7. required String ramTitle,
  8. required String diskTitle,
  9. required String networkTitle,
  10. required String labelCurrent,
  11. required String labelAverage,
  12. required String labelSecondary,
  13. required String legendRead,
  14. required String legendWrite,
  15. required String legendRx,
  16. required String legendTx,
  17. required String pause,
  18. required String resume,
  19. required String close,
  20. required String minimize,
  21. required String expand,
})

Implementation

const RuntimeInsightOverlayStrings({
  required this.title,
  required this.tabCpu,
  required this.tabRam,
  required this.tabDisk,
  required this.tabNetwork,
  required this.cpuTitle,
  required this.ramTitle,
  required this.diskTitle,
  required this.networkTitle,
  required this.labelCurrent,
  required this.labelAverage,
  required this.labelSecondary,
  required this.legendRead,
  required this.legendWrite,
  required this.legendRx,
  required this.legendTx,
  required this.pause,
  required this.resume,
  required this.close,
  required this.minimize,
  required this.expand,
});