RuntimeInsightOverlayStrings constructor
const
RuntimeInsightOverlayStrings({
- required String title,
- required String tabCpu,
- required String tabRam,
- required String tabDisk,
- required String tabNetwork,
- required String cpuTitle,
- required String ramTitle,
- required String diskTitle,
- required String networkTitle,
- required String labelCurrent,
- required String labelAverage,
- required String labelSecondary,
- required String legendRead,
- required String legendWrite,
- required String legendRx,
- required String legendTx,
- required String pause,
- required String resume,
- required String close,
- required String minimize,
- 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,
});