DeviceInfoPanel constructor

const DeviceInfoPanel({
  1. Key? key,
  2. Platform platform = const LocalPlatform(),
})

Implementation

const DeviceInfoPanel({super.key, this.platform = const LocalPlatform()});