SystemDashboardContents constructor
const
SystemDashboardContents({ - Key? key,
- required SystemData data,
- required bool isBluetoothConnected,
- RefreshCallback? onRefresh,
- VoidCallback? onConnectAnotherDevice,
- VoidCallback? onFirmwareView,
- VoidCallback? onGeneratorConfigure,
- VoidCallback? onGeneratorBluetooth,
- void onAtsConfigure(
- String atsSerialNumber
)?,
- void onAtsBluetooth(
- String atsSerialNumber
)?,
- VoidCallback? onConnectivityConfigure,
- VoidCallback? onExerciseEdit,
- VoidCallback? onExercisePlay,
- Future<void> onChecklistAction(
- InstallationChecklistStep step
)?,
- Future<void> onChecklistSkip(
- InstallationChecklistStep step
)?,
})
Implementation
const SystemDashboardContents({
super.key,
required this.data,
required this.isBluetoothConnected,
this.onRefresh,
this.onConnectAnotherDevice,
this.onFirmwareView,
this.onGeneratorConfigure,
this.onGeneratorBluetooth,
this.onAtsConfigure,
this.onAtsBluetooth,
this.onConnectivityConfigure,
this.onExerciseEdit,
this.onExercisePlay,
this.onChecklistAction,
this.onChecklistSkip,
});