DeviceDetailPanel constructor

const DeviceDetailPanel({
  1. Key? key,
  2. Device? device,
  3. bool focused = false,
})

Implementation

const DeviceDetailPanel({super.key, this.device, this.focused = false});