MaintenanceTab constructor

const MaintenanceTab({
  1. Key? key,
  2. required int deviceId,
})

Implementation

const MaintenanceTab({
  super.key,
  required this.deviceId,
});